Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Cryptic
.
Number of curation logs (since 2016-11-01), date of most recent curation log, and current admin status for all users with at least one curation on enwiki since 2016-11-01.
Toggle Highlighting
SQL
SELECT log_user, user_name AS 'Username', log_count AS 'Number of curations', log_max AS 'Last curation' FROM ( SELECT log_user, COUNT(*) AS log_count, MAX(log_timestamp) AS log_max FROM logging_userindex WHERE log_type='pagetriage-curation' AND log_deleted = 0 AND log_timestamp >= 20161101000000 GROUP BY log_user ) l LEFT JOIN `user` ON log_user = user_id;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...