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

Home -> Community -> Usenet -> c.d.o.server -> where JOB_ID IN (:JOB_ID)

where JOB_ID IN (:JOB_ID)

From: probashi <probashi_at_hotmail.com>
Date: 5 Sep 2006 11:04:34 -0700
Message-ID: <1157479474.628330.183580@p79g2000cwp.googlegroups.com>


Hi,

When I run q1 I get back 10 rows but when I run q2 (whit supplying "'IT_PROG', 'FI_ACCOUNT'" in the parameter) I got zero records back.

Can any body explain this!!!.

--q1:

select * from HR.EMPLOYEES where JOB_ID IN ('IT_PROG', 'FI_ACCOUNT')

--q2

select * from HR.EMPLOYEES where JOB_ID IN (:JOB_ID)

Thanks Received on Tue Sep 05 2006 - 13:04:34 CDT

Original text of this message

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