Re: How to make individual batch SQL silent

2002-10-12 Thread Michael T. Babcock
rick wrote: I know how to make a whole batch SQL script silent (-s option of mysql), but is there a way within a script to make one or more individual statements silent? In Oracle PL/SQL, it can be done using echo on/off and termout on/off. Just for testing, I created a script noecho.sh:

Re: How to make individual batch SQL silent

2002-10-12 Thread Paul DuBois
At 6:58 -0500 10/11/02, rick wrote: I know how to make a whole batch SQL script silent (-s option of mysql), but is there a way within a script to make one or more individual statements silent? In Oracle PL/SQL, it can be done using echo on/off and termout on/off. Not really, though maybe

How to make individual batch SQL silent

2002-10-11 Thread rick
I know how to make a whole batch SQL script silent (-s option of mysql), but is there a way within a script to make one or more individual statements silent? In Oracle PL/SQL, it can be done using echo on/off and termout on/off. Thanks, R