Skip to content

Commit

Permalink
Increased top browsers to 10 for visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mufaddal authored and sukhrajghuman committed May 21, 2020
1 parent 048156f commit 98add37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ BEGIN
percent_month,
visit_year, visit_month
from t_12months_snapshot_screenresolution_montlydelta_doi
where top_browser < 6
where top_browser < 11
union all
select
"Others" as device_screen_res,
Expand All @@ -954,7 +954,7 @@ BEGIN
round(sum(percent_month),2) as percent_month,
visit_year, visit_month
from t_12months_snapshot_screenresolution_montlydelta_doi
where top_browser > 5
where top_browser > 10
group by month_year, visit_year, visit_month
)
order by
Expand Down

0 comments on commit 98add37

Please sign in to comment.