|
Rob Berendt wrote:
>Is this one of these things you need to change from:
> Select distinct * from
> LEVNTN0P where ENEVRF in
> (Select E1EVRF from LEVNAC1L)
>to
> Select distinct * from
> LEVNTN0P a where a.ENEVRF in
> (Select b.E1EVRF from LEVNAC1L b)
>or maybe even
> Select distinct a.* from
> LEVNTN0P a where a.ENEVRF in
> (Select b.E1EVRF from LEVNAC1L b)
Ah!! Thanks Rob... i didn't know about a.*
ended up with just:
0153.00
0154.00 D Sql_MainAct S 200 INZ('Select a.* from
-
0154.01 D LEVNTN0P a, LEVNAC1L b where
-
0154.02 D a.ENEVRF = b.E1EVRF ')
many thanks for all replies,
maxout
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.