Skip to content

Instantly share code, notes, and snippets.

@James-McNeill
Created June 26, 2021 09:06
Show Gist options
  • Save James-McNeill/eb65f238f28fb2cc93b099adbd2f5378 to your computer and use it in GitHub Desktop.
Save James-McNeill/eb65f238f28fb2cc93b099adbd2f5378 to your computer and use it in GitHub Desktop.
-- select distinct values from column county
SELECT DISTINCT county as county
FROM hrly_Irish_weather;
@James-McNeill
Copy link
Author

Outline the distinct values from a column within a dataset. Returns each distinct value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment