unload tables to text file with delimiter ;
265441Sep 11 2011 — edited Sep 12 2011I want to dump all the data from table into a text file with ; as a delimiter without applying a || ; || between fields. Is there a ' select * from mytable' method;
And apply this to other tables.
Than want to run a script daily to ftp to other sources or keep as backup.
Thanks for you help.