Sql Query to convert multiple column lines into single line
655591May 12 2009 — edited May 12 2009Hi,
I need to display all values of a column into a single row/line/record.
I.e., There is a table EMP, consists of 10 records
EMP
EMP NO
1
2
3
.
.
10
I want to display EMPNO as: 1-2-3- ... -10
Thanks
Santhosh K