Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> binding values in IN(:1, :2,:3)

binding values in IN(:1, :2,:3)

From: Rene Nyffenegger <rene.nyffenegger_at_audatex.KEINESPAM.ch>
Date: Tue, 20 Mar 2001 02:07:52 +0100
Message-ID: <996as2$730$1@news1.sunrise.ch>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US