|
I just got bitten by this error today:
Message ID . . . . . . . . . : SQL0338
Message file . . . . . . . . : QSQLMSG
Library . . . . . . . . . : QSYS
Message text . . . . . . . . : JOIN predicate not valid.
<<SNIP>>
It seems that in V7, if you have an implicit join, followed by an
explicit join, any fields on the explicit join must be from either
the last implicit joined file or the explicit joined file. In other
words, select a,b,c,d from x,y left outer join z on a = r and b = s
where a and b are fields in file x and r and s are fields in file z
works just fine on V6,but not on V7.
I wonder what else they changed but did not put into the memo to
users.
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.