Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: formating output
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 commasReceived on Thu Feb 21 2002 - 01:41:20 CST
![]() |
![]() |