Is this select possible in sql?

Posted by chandru_cp on Stack Overflow See other posts from Stack Overflow or by chandru_cp
Published on 2010-05-22T05:14:28Z Indexed on 2010/05/22 5:20 UTC
Read the original article Hit count: 129

Filed under:
|
|

Consider a table,

Id columnA
1  a
2  b
3  c

Select ColumnA from table gives the result as below,

columnA
   a
   b
   c

Is it possible to get

ColumnA
a,b,c

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2005