Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bartubozkurt/ac51c6c8c283c0425efb94fde43ba166 to your computer and use it in GitHub Desktop.
Find out the number of distinctive country values
SELECT COUNT(DISTINCT country_id)
FROM city;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment