Subject | Re: outer join help |
---|---|
Author | Ed Dressel |
Post date | 2007-04-26T13:15:15Z |
> 2. I made a point of telling you to qualify everything.mayebe I don't understand what 'qualify' means--I understood it to
> You didn't.
mean that I explicity state which table each field comes from. Here's
my SQL:
> select Count(*)how would it look if everything was qualified? or what isn't qualified?
> from clientinfo C
> left join PersonInfo PE
> on C.Client_ID = PE.Client_ID
> full join PaycheckInfo Pay on PE.Person_ID = Pay.Person_ID
> where PE.person_type_id = 0
> and Pay.sequence = 1
Thanks,
Ed Dressel