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
SQL
.
Toggle Highlighting
SQL
SELECT concat( "[[User:", rc_user_text, "]]") as "Creating / Blocked user", concat( "[[User:", rc_title, "]]" ) as "Created user", replace( ipb_reason, "{{", "{{tlx|" ) as "Block Reason" FROM recentchanges JOIN user ON user_name = rc_title JOIN ipblocks ON ipb_user = rc_user WHERE rc_log_action = "create2" AND rc_user IN (SELECT ipb_user FROM ipblocks WHERE ipb_user = rc_user) AND user_id NOT IN (SELECT ipb_user FROM ipblocks WHERE ipb_user = user_id) ORDER BY rc_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...