Sorry if it s obvious but not sure how to describe this Technically
I have some values in excel
I need to pass this to a SQL in JDBC request - can you suggest if this is possible and how
I need to pass this to a SQL in JDBC request - can you suggest if this is possible and how
in SQL i am going to read excel and pass a value to where condition
how to do this
example::
Lets say
1. Datas source Excel
2. Select xxx from aaa WHERE column-hard-coded = [Value from Excel]
3. Loop Datasource step and run query for different values