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 -> Re: formating output

Re: formating output

From: Roman Mirzaitov <rmirzaitov_at_kt.kg>
Date: Thu, 21 Feb 2002 12:41:20 +0500
Message-ID: <a528b5$42m9n$1@ID-127142.news.dfncis.de>


Hi ed,

I guess the next solution could be helpful to you:

select field1 || ',' || filed2 || ',' || ... from tab;

Regards,

--
Roman Mirzaitov
Brainbench MVP for Oracle Administration
www.brainbench.com



"ed zappulla" <zappullae_at_rcn.com> wrote in message
news:a51lso$g53$1_at_bob.news.rcn.net...
anyone know how to eliminate the lining up of columns from sqlplus?  8.1.6.
i want a csv output and i get a lot of xtra white space before and after the
commas
Received on Thu Feb 21 2002 - 01:41:20 CST

Original text of this message

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