turbot/formula1

Query: formula1_circuit_location_distribution

Usage

powerpipe query formula1.query.formula1_circuit_location_distribution

SQL

select location as "location",
count(*) as "circuit_count"
from
circuits
group by
location
order by
"circuit_count" desc;

Dashboards

The query is used in the dashboards: