: MIDRANGE dot COM Mailing List Archive

RE: imbedded sql sytax question


AddThis Feed Button


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';





Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2007 by MIDRANGE dot 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 here. If you have questions about this, please contact

.

counter