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


  • Subject: Re: ODBC SQL for joining a file with 2 key fields and one with 1 key field
  • From: Pete Hall <pbhall@xxxxxxxxxx>
  • Date: Fri, 08 Oct 1999 19:53:41 -0500

At 15:09 10/08/1999 , Diana Hicks wrote:
>I have third party application software where the location master file has
>two fields for the key.  The first field is 16 alphanumeric and the second
>field is 2 numeric.  The other files that reference this location master
>file has a single key of 18 alphanumeric.  The problem is I need to link to
>the location master file to get the most important information, address.
>Our users have a report writer using ODBC to access these files on the
>AS/400.
>
>Does anyone know how or if I can join these files?  All responses will be
>appreciated.  Thanks.

Should be able to do something like this:

   SELECT STUFF1, STUFF2, STUFF3
       FROM LOCMST A
       JOIN NUTHER B ON
          SUBSTR(B.KEY,1,16) = A.KEY1
          AND SUBSTR(B.KEY,17,2) = DIGITS(A.KEY2)


Pete Hall
pbhall@execpc.com
http://www.execpc.com/~pbhall
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.