How to get comma seperated string from table.
I have table called TableName and I have colum name "Age"
Using simple query I get
Age
===
12
23
45
56
67
78
78
but I want the output like this
12,23,45,56,67,78,78
Then use this query to get output in this format...