|
> From: Mike savino > > Select * From FileA, FileB Where FileA.Fld1 = 'BOB' and > FileB.Fld1=FileA.Fld1 > > It ran significantly slower than coding the equivalent (I think) > statement: > > Select * From FileA, FileB Where FileA.Fld1 = 'BOB' and FileB.Fld1= 'BOB' > > So maybe you could try this one as well. I'd be interested in knowing if > DB2 reacts the same way. Cool! Please, drop in at the website and post this information in the Performance forum. There's a sub-forum dedicated to database I/O; post a message there with the information and we'll try to get that included as we continue on. My hope is that we'll get a bunch of "best practices" in the SQL FAQ. Joe http://forums.plutabrothers.com/IAAI
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.