I have to call .sql file from java program.
SQL file has some account numbers and below is a select query written. The select query should be executed for all the account numbers present above the select query.
Please provide me if there is any sample code for the above requirement.Is that possible?
Thanks In Advance.