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
Iluvatar
.
Заблокированные флагоносцы
Toggle Highlighting
SQL
SELECT user_name AS name, ug_group AS flag, bl_timestamp AS time FROM user_groups JOIN user ON ug_user = user_id JOIN block_target ON user_id = bt_user JOIN block ON bt_id = bl_id WHERE ug_group in ("editor", "autoreview", "filemover", "ipblock-exempt", "rollbacker", "confirmed") AND bl_expiry = "infinity" AND bl_timestamp <= DATE_SUB(now(), INTERVAL 3 MONTH) AND bl_sitewide = 1 ORDER BY name LIMIT 100
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...