IncidentManagementSystems / ims-issue-tracker

Repository to track issues and work for Incident Management Systems.
0 stars 0 forks source link

Reports - Incidents by City/Township #227

Open tfremming1 opened 4 years ago

tfremming1 commented 4 years ago

Driven off City field (which I will have you change to City/Township)

image.png

tfremming1 commented 4 years ago

SELECT [City], count(*) FROM [ims].[IncidentLocation] Group By CITY Order by 2 DESC;