Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 11, 2021 17:35
Show Gist options
  • Save bartubozkurt/b168ae9f9f3bc9ea8c23d8824c7e302d to your computer and use it in GitHub Desktop.
Save bartubozkurt/b168ae9f9f3bc9ea8c23d8824c7e302d to your computer and use it in GitHub Desktop.
Fetch names of cities that have a rating above 3
SELECT name FROM city WHERE rating > 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment