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.