turbot/starwars

Query: starwars_vehicle_cargo_capacity_comparison

Usage

powerpipe query starwars.query.starwars_vehicle_cargo_capacity_comparison

SQL

select
name,
cast(cargo_capacity as integer) as cargo_capacity
from
vehicles
where
cargo_capacity not in ('N/A', 'NA', 'none')
order by
cargo_capacity desc
limit 10;

Dashboards

The query is used in the dashboards: