|
I like the union idea, but the 2 files don't have duplicate layouts and I need more of the fields from file1 then file2. Is there a way of creating a place holder field, something like Select clientnumber, name, address, phonenumber from File1 Where phonenumber = '2015551212' Union Select clientnumber, filler1, filler2, phonenumber * from File2 Where phoneNumber = '2015551212'; -----Original Message----- From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Campin Sent: Wednesday, February 28, 2007 8:15 PM To: rpg400-l@xxxxxxxxxxxx Subject: RE: imbedded sql sytax question Aren't we just talking a Union here? Select * from File1 Where phonenumber = '2015551212' Union Select * from File2 Where phoneNumber = '2015551212';
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.