petersJazz
Programmer
hi,
is it possible to set sqlplus to have variable line size.
Example:
spool /export/xyz.dat
linesize ?
select trim(col1) || ';' || trim(col2)
from table
where condition = 0;
spool off
is it possible to set sqlplus to have variable line size.
Example:
spool /export/xyz.dat
linesize ?
select trim(col1) || ';' || trim(col2)
from table
where condition = 0;
spool off