|
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Walden H. Leverich
Sent: Wednesday, May 02, 2007 3:11 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: Record seach options - millions of records
Note that if you are using EXISTS, the fields in the select clausedon't matter.
True. However, DB2/400 doesn't allow a select w/out the from
clause, so you can't just check for exists(), you need to
select from somewhere where exists()... So now you've
introduced another table.
Ideally you should be able to do:
Select 1 where exists(select * from xxx where ...)
There are many times you're just checking for existence.
However, we need to do a:
Select 1 from sysdummy where exists(selct * from xxx where...)
And now that's just getting ugly.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.