turbot/youtube

Query: youtube_channel_distribution_type

Usage

powerpipe query youtube.query.youtube_channel_distribution_type

SQL

select
channel_type,
count(*) as NumberOfChannels
from
youtube_statistics
group by
channel_type
order by
NumberOfChannels desc;

Dashboards

The query is used in the dashboards: