|
hey Guys
I wanted to ask my question in detail what I wanted to achieve is
I have txt file
which looks like this
x.txt
5
8
10
15
17
19
I have abc.ksh and xyz.sql scripts
I want to read x.txt file into an array in abc.ksh (shell script) and pass that array to xyz.sql (sql script) where I wanted to read the values of that array and use those values in logic in xyz.sql (sql script).
Thanks
Apprciate any help
I am desperate and needed help
Pinky
|