Hi guys,
I am stuck with another problem.I have a table in sql server,
which is having fields like
wo,Shipper,Dsptnotes etc.I have to generate a report from these columns.
Now in Dsptnotes we have data in the following format
AORLO226282=Some notes,AORLO346565=some notes ........
now in report i want data from dspnotes in the folowing format
AORLO226282,AORLO346565 ....
Can u guys please help me out how can i write query for that