Tobi_WMDE_SW added a comment.

Which skins are used most on wikidata.org,
by users active in the last 30 days
(as of 2014-12-09)?

190,monobook
18,modern
3,cologneblue
1,standard
1,simple

select count(*), substr(up_value,1,20)
from user_properties
where up_property like 'skin'
and up_user in (select rc_user
from recentchanges
where rc_timestamp > '20141109'
group by rc_user)
group by up_value
order by count(*) desc


TASK DETAIL
  https://phabricator.wikimedia.org/T75651

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tobi_WMDE_SW
Cc: Lydia_Pintscher, Tobi_WMDE_SW, Wikidata-bugs, Lucie, aude



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to