turbot/starwars

Query: starwars_planet_climate_distribution

Usage

powerpipe query starwars.query.starwars_planet_climate_distribution

SQL

select
climate,
count(*) as "Number of Planets"
from
planets
group by
climate;

Dashboards

The query is used in the dashboards: