how to unload the values from sql where
Hi Pals,
I am trying to unload the values in the sql anywhere table
to a text file by using this command
select * from tablename ># c:\testfile.txt
i am writing this command in triggers, if i save the
trigger it is showing an error, so how can i execute this statement
in sql anywhere
|