Daily update from the European Centre for Disease Prevention and Control of the top 10 most affected countries by covid-19 by percentage.
Sub Title
Daily update of the top 10 most affected countries by covid-19.
Category
health impact/global covid-19 data sets/statistics data
Refresh frequency
Daily
Source
European Centre for Disease Prevention and Control
Last refresh time
2022-01-06 14:00:00.763000000 +00:00
JDBC Query
SELECT top_10_most_affected_countries_by_percentage.country AS country, top_10_most_affected_countries_by_percentage.growth AS growth, top_10_most_affected_countries_by_percentage.growth_percent AS growth_percent, top_10_most_affected_countries_by_percentage.latest_date AS latest_date, top_10_most_affected_countries_by_percentage.row_id AS row_id, top_10_most_affected_countries_by_percentage.total_confirmed_cases_as_of_today AS total_confirmed_cases_as_of_today, top_10_most_affected_countries_by_percentage.total_confirmed_cases_before AS total_confirmed_cases_before
FROM top_10_most_affected_countries_by_percentage
FROM top_10_most_affected_countries_by_percentage
- Log in to post comments