|
Consider the following three file definitions: FILE1 F1A PK 10 F1B 40 F1C 10 FILE2 F2A PK 4 F2B PK 4 F2C PK 2 F2D 40 F2E 1 F2F 10 FILE3 F3A PK 1 F3B 10 F3C 1 Files 1 and 2 could be joined by either combining the three key fields in FILE2, or substringing the one field into the three subfields. Files 2 and 3 can be joined by fields F2E and F3A. Now, how can I do a SQL SELECT where I get the following fields: F1A F1B F1C F2F F3B Where F1C = "XYZ" and F3C = "Y' With all of the proper joins being honored, etc...? Thanks Mark
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.