Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> binding values in IN(:1, :2,:3)
Hi
I am trying to bind values in the IN clause of an SQL statement using OCI.
select sth from stbl where sth_id in (:1, :2, :3)
Almost needless to say that the count of parameters in the in clause varies.
Can that be achieved and if yes: how
tia
Rene Received on Mon Mar 19 2001 - 19:07:52 CST
![]() |
![]() |