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

Home -> Community -> Usenet -> c.d.o.misc -> Re: select from a list where not in a table

Re: select from a list where not in a table

From: Sujit <sujit.john_at_gmail.com>
Date: 14 Dec 2004 01:01:06 -0800
Message-ID: <1103014866.608227.307190@c13g2000cwb.googlegroups.com>


I think a PL /Sql table should help u to store the records .... if you want to make the data in it to be persistant you could always declare it in a package !!!

Then doin a not in should solve ur problem. But i think a join would be a better option
cause a not in will do a full table scan. Received on Tue Dec 14 2004 - 03:01:06 CST

Original text of this message

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