I think I can best describe my problem with a dummy example:
Let's say I have a City point shapefile of all the cities in the US.
The City point shapefile has three attributes: city_name, state_name, and population.
How do I select the highest population city for each state? In the end, I'll have one point selected for each state representing the highest population city for that state.
I am hoping to do this using a SQL script.
Gosh, this sounds so GIS101, but I really need some help 😮