turbot/starwars

Query: starwars_species_most_common_skin_color

Usage

powerpipe query starwars.query.starwars_species_most_common_skin_color

SQL

select
'Most Common Skin Color' as label,
skin_colors as value
from
species
where
name = $1;

Dashboards

The query is used in the dashboards: