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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
assuming your query is in a table called Table with a field called Nation:
If you have India, and America in it…it will return: India,America