Hey, Lets say we have a query which generates list of city names as output.
1.India 2.America
Now if we want to make this data look like a CSV i.e.
India,America
then how we will generate it in MS SQL 2000
In 2005I have done this using XM Path
Hey, Lets say we have a query which generates list of city names as output.
1.India 2.America
Now if we want to make this data look like a CSV i.e.
India,America
then how we will generate it in MS SQL 2000
In 2005I have done this using XM Path