Hello,
I want to pull the data from database dynamically using some runtime parameters through my JDBC sender channel.
For Eg.,
I want to give the SQL queries like this,
select ino,iname from Itable where sal = '?'
update Itable set processed = 'yes' where sal = '?'
Is it possible to give it like this in channel configuration of sender JDBC adapter?
Can you please help me in this regard with a reason?
Thanks,
Surya