Fork of timeless stats with user_touched > 2018 by BWolff (WMF)
This query is marked as a draft This query has been published by Bawolff.

SQL

x
 
Use hewiki_p;
Select count(*), up_value from user_properties_anon where up_property ='skin' and upa_touched > "20170900000000"
group by up_value
order by 1 desc;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...