Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Export from Oracle in comma-separated format
Is there an easy way to dump an Oracle table in comma-separated format? I wrote a simple SQL report, changing the column separator to ',' but all the columns are padded with spaces. I just want value1,value2,value3 not value1 ,value2 , etc.
Every other DB I've ever seen spits out CSV at the touch of a button. Surely I'm missing something here.
Thanks,
Bob Pierce Received on Wed Jan 22 1997 - 00:00:00 CST
![]() |
![]() |