Hi,
I have a database table in Oracle 9i. The table contains Data of
customers for a company. If I want retrive all the customer codes
present in cust_cd column in a single row by using SQL statement how
can I do It.
E.g
Original Table : ---
Cust_cd Cust_nm
1 A
2 B
3 C
4 D
5 E
Desired output
1 2 3 4 5
Daniel - 31 Jan 2006 13:28 GMT
Tom Kyte has addressed this issue multople times, including at
http://asktom.oracle.com/pls/ask/f?p=4950:8:1495860746782594242::NO::F4950_P8_DI
SPLAYID,F4950_P8_CRITERIA:766825833740
Daniel