turbot/starwars

Query: starwars_planet_population_distribution

Usage

powerpipe query starwars.query.starwars_planet_population_distribution

SQL

select
cast(population as long) as population,
name
from
planets
where
population not in ('N/A', 'NA')
order by
population desc;

Dashboards

The query is used in the dashboards: