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
DreamRimmer
.
Toggle Highlighting
SQL
SELECT DISTINCT rev_user_text FROM revision INNER JOIN user ON rev_user = user_id INNER JOIN logging ON rev_user = log_user WHERE log_type = 'block' AND rev_user_text IS NOT NULL AND rev_timestamp >= DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 30 DAY) GROUP BY rev_user_text HAVING COUNT(rev_id) >= 10000;
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...