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

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

which database?

Regards,
Johan Louwers.

Sybase

Thanks
sam

Hi sam, I have no experience with Sybase... Have a look at Basic Usage

How do you normally start a sql script from the command line... sql / isql command or something? Just use this command and put it into your bash script.... What is the normal syntax used to start a .sql script at sybase?

Regards,
Johan Louwers.