|
|
Posted by Paul Lautman on 07/06/06 09:10
strawberry wrote:
> untested...!
>
> select distinct zip,region,count(idperson)
> from table1
> left join table2 on table2.zip = table 1.zip
> group by zip
>
Please try not to top post.
I don't think that quite does it. Check my other posts.
Navigation:
[Reply to this message]
|