Hi everyone,
When I run the shell script to execute the SQL script so it can pick up the value
from the loopcount. The SQL script does not recognize the $. How can I make it
to work. Below is the sample script.
shell script:
loopcount=5
SQL script:
DEFINE apple = $loopcount




Reply With Quote