turbot/youtube

Query: youtube_channel_yearly_earnings_distribution

Usage

powerpipe query youtube.query.youtube_channel_yearly_earnings_distribution

SQL

select
'Lowest Yearly Earnings' as label,
lowest_yearly_earnings as value
from
youtube_statistics
where
rank = $1
union
select
'Highest Yearly Earnings' as label,
highest_yearly_earnings as value
from
youtube_statistics
where
rank = $1;

Dashboards

The query is used in the dashboards: