Skip to content

Commit

Permalink
Update data-exploration.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanpop-msft authored Oct 6, 2020
1 parent 3d33518 commit f77e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/Samples/covid-data-lake/data-exploration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ order by sum(cases) desc
select countries_and_territories, geo_id
from openrowset(bulk 'https://pandemicdatalake.blob.core.windows.net/public/curated/covid-19/ecdc_cases/latest/ecdc_cases.parquet',
format='parquet') as cases
where countries_and_territories like '%bul%'
where countries_and_territories like '%ser%'


select DATE_REP, CASES, DEATHS
Expand Down

0 comments on commit f77e862

Please sign in to comment.