I have a record in the database:
Column1 Column2
1 a
1 b
1 c
and the result would be:
Column1 Result
1 abc
i just want this query so that i would not use loop :)