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
Wikisaurus
.
Toggle Highlighting
SQL
USE ruwiki_p; SELECT admin.user_name as 'admin', -- log_namespace, log_timestamp as 'time', -- log_action, REPLACE(log_title, '_', ' ') as 'blocked', (SELECT blocked.user_editcount, blocked.user_registration FROM user AS blocked WHERE blocked.user_name = REPLACE(log_title, '_', ' ') ), log_params FROM logging JOIN user AS admin ON log_user = admin.user_id -- JOIN user AS blocked ON log_title = blocked.user_name WHERE log_type = "block" AND log_action = "block" AND log_title NOT LIKE "%.%.%.%" AND log_title NOT LIKE "%:%:%:%:%:%:%:%" AND log_comment = "[[ВП:УГРОЗА|угрозы]]" AND log_timestamp >= "20180901"
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...