The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-10-2007
sam786 sam786 is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 20
sql scripting help

I would like to run the following as bash script

sql -U history
update feed_domain_configuration
set enabled=1
where domain='lon' and vendor_name='<lond'


-sam