Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help newbie unload to converted in oracle
Please, i want create the function informix unload to in oracle.
Example : unload to "toto.txt"
select name[1,32],city,zipcode;
This code not functionnal the end of string is bad
set linesize 150
spool toto.txt
select name||'|'||city||'|'||zipcode||'||';
spool off
Thanks Received on Sat Dec 04 1999 - 07:21:42 CST
![]() |
![]() |