Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 11, 2021 17:52
Show Gist options
  • Select an option

  • Save bartubozkurt/6a81fa77f850348853bc014b0524a708 to your computer and use it in GitHub Desktop.

Select an option

Save bartubozkurt/6a81fa77f850348853bc014b0524a708 to your computer and use it in GitHub Desktop.
Fetch names of cities that don't miss a rating value
SELECT name
FROM city
WHERE rating is NOT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment