| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL query peeps help me!!!!
Neil,
>I want the contact info returned but only the first address found for
>each contact.....
This will look best if viewed with a fixed pitch font.
SELECT C.ContactID, C.FileAs, C.Title,
C.FirstName, C.LastName, C.MainContact,
A.Address1, A.Address2,
A.Address3, A.Address4,
A.Address5, A.Town, A.County,
A.Postcode, A.Country,
I.InstituteName, L.MainAddress
from tblContLinkAddress as L2
where C.ContactID = L2.ContactID)
Roy Received on Thu Aug 08 2002 - 07:44:41 CDT
![]() |
![]() |