Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> How to generate a "tab" value in SQL*Plus
I want to generate a "tab" between columns in SQL*Plus, in order to spool a flat file that can be imported into Excel.
What happens frequently is that commas and other keyboard values are commonly typed in column values; this can confuse Excel as to what is the actual column separator.
I wish to do a Select column1, "tab", column2, "tab", and so forth, replacing "tab" with the equivalent of what translates into a tab.
Thanks in advance.
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Sep 19 2000 - 18:18:38 CDT
![]() |
![]() |