turbot/covid19

Query: covid19_boosters_by_continent

Usage

powerpipe query covid19.query.covid19_boosters_by_continent

SQL

select
continent,
sum(total_boosters) as "Total Boosters"
from
covid_data
where
continent != ''
group by
continent
order by
sum(total_boosters) desc;

Dashboards

The query is used in the dashboards: