Results 1 to 2 of 2

Thread: concatenation probsssss

  1. #1
    Join Date
    Dec 2007
    Posts
    13

    concatenation probsssss

    i am having data something like this:
    number starting point ending point
    1 ABC DEF
    2 DEF ABC
    1 PQR STU
    2 STU PQR
    1 ABC DEF
    2 DEF PQR
    3 PQR ABC

    and i want it to be like this in my new table based on number column:
    CONCATENATED
    ABC/DEF/ABC
    PQR/STU/PQR
    ABC/DEF/PQR/ABC

    can anyone suggest me how to write a query for this one?

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •