Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Blocked UPEs on enwiki in the last year
by
Novem Linguae
This query is marked as a draft
This query has been published
by
DreamRimmer
.
Blocked UPEs (undisclosed paid editors) on enwiki
Toggle Highlighting
SQL
SELECT actor_name AS blocking_admin, log_title AS blocked_user, comment_text AS block_reason, log_timestamp, CONVERT(ug.ug_group USING utf8) AS user_group FROM logging_logindex JOIN comment_logging ON log_comment_id = comment_id JOIN actor_logging ON log_actor = actor_id JOIN user_groups ug ON ug.ug_user = log_title WHERE log_action = 'block' AND ( comment_text LIKE '%ndisclosed paid%' OR comment_text LIKE '%upe%' OR comment_text LIKE '%UPE%' ) AND log_actor != 198977042 AND log_timestamp > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -1 YEAR), "%Y%m%d%H%i%s") ORDER BY log_id ASC;
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...