View Single Post
  #1 (permalink)  
Old 05-05-2006, 01:53 AM
ben ben is offline
Administrator
 
Join Date: Mar 2007
Posts: 92
ben has disabled reputation
Default ANY dialect question:

Return a comma seperated string?


How do you return a comma seperated string of all the values in a given column.

For example if we have:

col
----
one
two
three

We would like to get: one, two, three
Reply With Quote

ANSWER(S):