SELECT column1||chr(10)||column2||chr(10)||columnN
from table;

Rick

> -----Original Message-----
> From: Eriovaldo do Carmo Andrietta [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 1:03 PM
> To:   Multiple recipients of list ORACLE-L
> Subject:      Easy Doubt in sql/plus
> 
> Hi Friends :
> 
> How can I do for put each column in new line using sql/plus
> 
> Example :
> 
> Select * from tab;
> 
> and the result sould be :
> 
> 'value of column1'
> 'value of column2'
> 'value of column3'
> 'value of column4'
> 'value of column5'
> 
> and not
> 
> 'value of column1' 'value of column2' 'value of column3' 'value of
> column4'
> 'value of column5'
> 
> Thanks
> 
> Eriovaldo
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Eriovaldo do Carmo Andrietta
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Cale, Rick T (Richard)
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to