Hello,
Is it possible to call a SQL statement from a script (Bourne Shell) and assign its output to a variable - if possible without having to create and delete temp output files?
The SQL is a Count query, that will return one value. I want to use this value for comparisons within the script.
Any help would be appreciated.
Thanks.
Is it possible to call a SQL statement from a script (Bourne Shell) and assign its output to a variable - if possible without having to create and delete temp output files?
The SQL is a Count query, that will return one value. I want to use this value for comparisons within the script.
Any help would be appreciated.
Thanks.