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
Uhai
.
Toggle Highlighting
SQL
SELECT a.actor_name AS blocking_admin, l.log_title AS blocked_user, cl.comment_text AS block_reason, l.log_timestamp FROM logging_logindex l INNER JOIN comment_logging cl ON l.log_comment_id = cl.comment_id INNER JOIN actor a ON l.log_actor = a.actor_id WHERE l.log_id IN ( SELECT l2.log_id FROM logging_logindex l2 WHERE l2.log_timestamp > DATE_SUB(NOW(), INTERVAL 1 YEAR) AND l2.log_actor != 198977042 # proxy blocking bot AND l2.log_action = 'block' ) AND ( CONVERT(cl.comment_text USING utf8mb4) LIKE '%undisclosed paid%' OR CONVERT(cl.comment_text USING utf8mb4) LIKE '%upe%' )
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...