Hi guys,
Can you help me on below scenario.
I want to run insert statements from shell script.
The script should create the insert statements(format is fixed and parameters are so). The insert statement should get values from txt file or csv file and they should be passed by reading the txt file.
I can create the statement and execute directly but the problem is the insert statement is variyng daily and i cannot create that's why i am thinking of directly passing parametes using txt or csv file as parameters to insert script.
Shell script should read the file, pass the parameter from file to insert statement and execute those.
Can you help on this.
Thanks in advance..