dreamboy27
Programmer
Can any one help me in concating text field.
I have a problem in concating a text field which belongs to a same group ie reference number
Ex:
Ref.No Text
01 mirror
02 trunk
03 seat and
03 seat belt
04 tire
05 keys,
05 key chain and
05 battery
say this is my data base and my result should give as
01 mirror
02 trunk
03 seat and seat belt
04 tire
05 key,kay chain and battery
I want this in a sql statement, so that i can join this to my main sql and pull the text field.
In this I have to group all the Ref.No and concat the text belongs to the same Ref. No
Urgent plzzz
I have a problem in concating a text field which belongs to a same group ie reference number
Ex:
Ref.No Text
01 mirror
02 trunk
03 seat and
03 seat belt
04 tire
05 keys,
05 key chain and
05 battery
say this is my data base and my result should give as
01 mirror
02 trunk
03 seat and seat belt
04 tire
05 key,kay chain and battery
I want this in a sql statement, so that i can join this to my main sql and pull the text field.
In this I have to group all the Ref.No and concat the text belongs to the same Ref. No
Urgent plzzz