View Single Post
  #1 (permalink)  
Old August 9th, 2004, 02:24 AM
sriraj sriraj is offline
Registered User
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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

Reply With Quote