turbot/starwars

Query: starwars_starship_cost_distribution

Usage

powerpipe query starwars.query.starwars_starship_cost_distribution

SQL

select
name as "Starships",
cast(cost_in_credits as long) as cost_in_credits
from
starships
where
cost_in_credits not in ('N/A', 'NA')
order by
cost_in_credits desc;

Dashboards

The query is used in the dashboards: