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 -> Bug Report

Bug Report

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 24 Jan 2001 21:09:25 -0800
Message-ID: <3A6FB505.FB0F2B6C@exesolutions.com>

I have found in Oracle 8.1.6 that the following code will run in PL/SQL

SELECT field1
FROM table1
WHERE field1 IN (

     SELECT field1
     FROM table1
     MINUS
     SELECT field1
     FROM table2)

Even if field1 does not exist in table2.

Be very very careful.

Daniel A. Morgan Received on Wed Jan 24 2001 - 23:09:25 CST

Original text of this message

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