Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 11, 2021 17:21
Show Gist options
  • Save bartubozkurt/4191aaad9b9641988a8dba6ac0a3230e to your computer and use it in GitHub Desktop.
Save bartubozkurt/4191aaad9b9641988a8dba6ac0a3230e to your computer and use it in GitHub Desktop.
Fetch city names sorted by the rating column in the default Ascending order:
SELECT name FROM city ORDER BY rating ASC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment