How to write dynamic sql query in a data source
I have a scenario where I need to query a database and get the details of users specified in the where condition.The condition looks like this:select * from myTable where employeeId IN(501763663,501732323,500117338,....100 such entries,501689434)Now ...
