I have an issue to sort a SQL results and really would appreciate your help.
So here is the situation:
- Table1 holds city names and city IDs.
- Table2 holds some events and the ID of the city where the event is going to happen.
The query should retrieve all the future events, sorted alphabetically by city.
Thanks in advance.
try
EDIT – As per comment