<div dir="ltr"><div><div><div><div><div><div><div><div>I switched most of my SQL queries to use Params instead of formatting directly the SQL.<br><br></div>But until now i havent figured a way to pass an array of values (mostly integers) to be used with IN operators.<br><br></div>Example:<br></div><div><br></div>SQL: Select  * from Customer where Id in (:idlist)<br><br></div>I need to query customers with Ids 1, 2 and 3<br><br></div>If i do <br><br>ParamByName('idlist').AsString := '1,2,3';<br><br></div>will not work.<br><br></div>Is there a way to accomplish this?<br><br></div>Luiz<br><div><div><div><br> <br><div><div><div><div><div><br>  <br></div></div></div></div></div></div></div></div></div>