I have a database that has an auto incrementing id as primary key, along with address, city, state, etc.
I need a query to select city, state but only distinct ones. There may be duplicates, and a given city may exist in more than one state.
Is this doable?
I need a query to select city, state but only distinct ones. There may be duplicates, and a given city may exist in more than one state.
Is this doable?