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 -> Expert Query Question...

Expert Query Question...

From: Allen <allen.brost_at_motorola.com>
Date: Mon, 28 Aug 2000 14:37:47 -0500
Message-ID: <39AABF8B.3653E8FB@motorola.com>

is the statement:

SELECT * FROM table WHERE value IN (1);

going to produce the same performance as:

SELECT * FROM table WHERE value = 1;

Received on Mon Aug 28 2000 - 14:37:47 CDT

Original text of this message

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