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
MBH
.
Toggle Highlighting
SQL
USE ruwiki_p; SELECT actor_name, log_type, log_action, COUNT(DISTINCT log_title) FROM user_groups INNER JOIN actor_logging ON actor_user = ug_user INNER JOIN logging_userindex ON actor_id = log_actor WHERE ug_group IN ('sysop', 'closer') AND log_timestamp BETWEEN 20191101000000 AND 20200501000000 and log_action not like 'move_%' and log_action not like '%-a' and log_action not like '%-ia' and log_type <> "spamblacklist" GROUP BY actor_name, log_type, log_action
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...