How to unload data to text file with plsql ?
411499Apr 27 2004 — edited May 7 2004Hi all.
I want use plsql to execute a select statement and let the result of select to a text file.
in store procedure of informix , my code is follow :
UNLOAD TO '/user/informix/ud_machine/ud_machine.txt'
SELECT * FROM phm_udmachine ORDER BY bed_no , med_code
in plsql , what is the syntax to execute ?
STRONG LIN.