-
-
Save matthew-harper/fee5d7119973339f6e820cd9810ae9f9 to your computer and use it in GitHub Desktop.
athena select distinct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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