Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle SQL
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 Received on Tue Jan 31 2006 - 05:55:25 CST
![]() |
![]() |