| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: cr/lf with select
What about adding cr/lf to the last column or as a separate column of your
select?
SELECT BANNER || CHR(13) || CHR (10) FROM V$VERSION
or
SELECT BANNER, CHR(13) || CHR (10) AS CRLF FROM V$VERSION
D A
Ed Lufker wrote:
> Hi all;
>
> I spool a select to a file , I need to get a cr/lf after every row
> that the select finds. Does anyone have a procedure to do this.
>
> thanks in advance for any help
> eddie lufker
Received on Thu Jun 18 1998 - 06:14:49 CDT
![]() |
![]() |