binding an in list
Posted: Sat 25 Jan 2014 01:39
Hello:
Is it possible to bind an in list?
Example:
select *
from table t
where t.id in (:idslist)
If yes, what would be the type of the parameter and what kind of value should I associate with it?
Thanks
Is it possible to bind an in list?
Example:
select *
from table t
where t.id in (:idslist)
If yes, what would be the type of the parameter and what kind of value should I associate with it?
Thanks