Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle SQL

Oracle SQL

From: Vivi <viveksprabhu_at_gmail.com>
Date: 31 Jan 2006 03:55:25 -0800
Message-ID: <1138708525.012195.223130@o13g2000cwo.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US