QUESTION POSED ON: 28 June 2006
Say I have a table named "ONE" with a single column "Column1."
Let the data be as below:
Column1
-------
a
b
c
What will be the query to display the three records concatenated into a
single row? I was unable to answer this question in an interview!!
Thanks in advance.
|