Forum Discussion
enthusiastictes
13 years agoOccasional Contributor
HI Tim,
I want to use the properties from the Properties step to execute the SQL
what I mean to say is :
My Properties step has two properties : TransactionID1=111 & TransactionID2=222
My SQL query should automatically run each time (i.e for each iteration) like :
select * from table_name where txnID = '111'
select * from table_name where txnID = '222'
I want to use the properties from the Properties step to execute the SQL
what I mean to say is :
My Properties step has two properties : TransactionID1=111 & TransactionID2=222
My SQL query should automatically run each time (i.e for each iteration) like :
select * from table_name where txnID = '111'
select * from table_name where txnID = '222'
Related Content
- 8 years ago
- 6 years ago