turbot/youtube

Query: youtube_channel_monthly_earnings_distribution

Usage

powerpipe query youtube.query.youtube_channel_monthly_earnings_distribution

SQL

select
'Lowest Monthly Earnings' as label,
lowest_monthly_earnings as value
from
youtube_statistics
where
rank = $1
union
select
'Highest Monthly Earnings' as label,
highest_monthly_earnings as value
from
youtube_statistics
where
rank = $1;

Dashboards

The query is used in the dashboards: