| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.server -> Re: How to create a Cobol flatfile in sqlplus
Michael Bialik wrote:
> 
> Hi.
> 
>  Try
>   SELECT RPAD(T,5) || II || I FROM mstest;
> 
>  HTH. Michael
> 
> In article <3954CAF3.DA5D65C1_at_excite.com>,
>   Manfred Friedrich <mfriedrich_at_excite.com> wrote:
> > I would like to create a flatfile out of sqlplus
> > from the following table:
...
Thanks, Michael.
I tried it, and the result is
M    7000,7749
K    17000,1759
Is the column statment ignored in this case?
Manfred Received on Sat Jun 24 2000 - 00:00:00 CDT
|  |  |