× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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 thread ...


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

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.