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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: IN operator

RE: IN operator

From: Abdul Aleem <abchaudhary-ho_at_beaconhouse.edu.pk>
Date: Wed, 31 May 2000 16:22:31 +0500
Message-Id: <10514.107243@fatcity.com>


Never thought that way, feel there isn't unless you get tired. However IN does support SELECT statement if that solves your purpose.

i.e., WHERE EmpNo IN (SELECT EmpNo FROM .... WHERE )

Regards,

Aleem

		-----Original Message-----
		From:	H. KARTHIKEYAN
[mailto:h.karthikeyan_at_tatainfotech.com]
		Sent:	31 May, 2000 3:44 PM
		To:	Multiple recipients of list ORACLE-L
		Subject:	IN operator

		Hi all

		I would like to know is there any restriction in IN
list(like no. of
		expression)?.

		select * from temp where a in (1,2,...1001);

		It gave an error .

		Is there any restriction ?.
Received on Wed May 31 2000 - 06:22:31 CDT

Original text of this message

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