Skip to content

Commit f77e862

Browse files
Update data-exploration.sql
1 parent 3d33518 commit f77e862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL/Samples/covid-data-lake/data-exploration.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ order by sum(cases) desc
2323
select countries_and_territories, geo_id
2424
from openrowset(bulk 'https://pandemicdatalake.blob.core.windows.net/public/curated/covid-19/ecdc_cases/latest/ecdc_cases.parquet',
2525
format='parquet') as cases
26-
where countries_and_territories like '%bul%'
26+
where countries_and_territories like '%ser%'
2727

2828

2929
select DATE_REP, CASES, DEATHS

0 commit comments

Comments
 (0)