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 u.actor_id, u.actor_name, u.edit_count, b.block_timestamp, b.block_id FROM actor u JOIN blocks b ON u.actor_id = b.user_id WHERE u.edit_count >= 10000 AND b.block_timestamp >= NOW() - INTERVAL 30 DAY ORDER BY b.block_timestamp DESC;
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...