turbot/nba

Query: nba_player_birth_countries_all

Usage

powerpipe query nba.query.nba_player_birth_countries_all

SQL

select
country,
count(*) as "Number of Players"
from
common_player_info
where
country is not null and trim(country) <> ''
group by
country
order by
"Number of Players" desc;

Dashboards

The query is used in the dashboards: