S
SEdison
Lets say I have a table….State, City, Population
I have a query where I've Grouped by State, Grouped by City, Value of
Population
How can I sort (probably by subquery or multiple queries?) the output such
that the highest population state's highest population city is first,
followed in descending population order by all other cities within THAT
state. Next would come the 2nd highest poplulation state and all of it's
cities, etc.
Problem I'm having is the states are getting split out and it's essentially
just sorting by city. Thanks
I have a query where I've Grouped by State, Grouped by City, Value of
Population
How can I sort (probably by subquery or multiple queries?) the output such
that the highest population state's highest population city is first,
followed in descending population order by all other cities within THAT
state. Next would come the 2nd highest poplulation state and all of it's
cities, etc.
Problem I'm having is the states are getting split out and it's essentially
just sorting by city. Thanks