Unload to fname (concatenating the sql's)
Unload to fname (concatenating the sql's)
(OP)
Is there a way to concatenate multiple SQL's into one file?
i.e.:
unload to fname select * from table1;
unload to fname select * from table2;
unload to fname select * from table3;
i.e.:
unload to fname select * from table1;
unload to fname select * from table2;
unload to fname select * from table3;
RE: Unload to fname (concatenating the sql's)
Hope This Helps, PH.
FAQ219-2884: How Do I Get Great Answers To my Tek-Tips Questions?
FAQ181-2886: How can I maximize my chances of getting an answer?