Skip to content

Instantly share code, notes, and snippets.

@matthew-harper
Last active April 12, 2020 22:57
Show Gist options
  • Save matthew-harper/fee5d7119973339f6e820cd9810ae9f9 to your computer and use it in GitHub Desktop.
Save matthew-harper/fee5d7119973339f6e820cd9810ae9f9 to your computer and use it in GitHub Desktop.
athena select distinct
SELECT distinct "province/state"
FROM "sample-db"."medium_covid_data"
WHERE year = '2020' and month = '1' and deaths > 0 ORDER BY "province/state";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment