Demographics by Zip Code
Demographics by Zip Code
How do I run a report to see the number of patients I have in each Zip Code in my database?
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
SELECT Zip,COUNT(*)
FROM patient
WHERE PatStatus!=4
GROUP BY Zip
FROM patient
WHERE PatStatus!=4
GROUP BY Zip
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com