for example: select * from u where id in(:ids) => when using paramater(p1,p2), i can get a query string like "select * from user where id in(1,3,5)" Thanks~