counting in a query
- From: "Joe Robison" <JoeRobison@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 21 Apr 2005 14:01:02 -0700
I am trying to do what I think should be a simple query
I have 2 databases with a common field named zip5 --
I set up the query with a full join & chose the field from each database
How do I get it to give me a count of the zip5 field in each database
It works accurately when I run indiviidually per database with an
expression of count(zip5)
When I have two databases I get idiotic counts using the expression of
count(db1.zip5)
count(db2.zip5)
Thanks so much
Ie:
zip5 Count DB1 Count DB2
12345 45 2
12346 16 1232
12347 789 250
--
Joe Robison
Datamail
Kansas City MO 64114
816-523-0222
.
- Follow-Ups:
- Re: counting in a query
- From: Anders Altberg
- Re: counting in a query
- From: Anders Altberg
- Re: counting in a query
- From: John Spiegel
- Re: counting in a query
- Prev by Date: Re: Two VFP Programs Communicating with each other and messaging
- Next by Date: RE: Webcam
- Previous by thread: Webcam
- Next by thread: Re: counting in a query
- Index(es):
Relevant Pages
|