Note that if you are using EXISTS, the fields in the select clause
don'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.

-Walden


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.