On Tue, 11 Apr 2000, Grembowicz, Kenneth wrote:
> I have a database with approximately 2 millions rows. I have constructed a
> select statement with one subquery and it is EXTREMELY slow. If the
> conditions return on record, it takes almost 5 minutes. Practical usage
> returns a couple thousand records, but as you would guess I can't wait
> days....ANY SUGGESTIONS??????????????
use "exists", instead of in clause. see the archive of this list, there
are plenty of examples.
Kai