Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 11, 2021 18:02
Show Gist options
  • Select an option

  • Save bartubozkurt/7fd2693418a0ae053c1ca1711d4bbfda to your computer and use it in GitHub Desktop.

Select an option

Save bartubozkurt/7fd2693418a0ae053c1ca1711d4bbfda to your computer and use it in GitHub Desktop.
Find out the number of cities with non-null ratings
SELECT COUNT(rating)
FROM city;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment