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
Syunsyunminmin
.
Toggle Highlighting
SQL
SELECT block.bl_target, block.bl_reason_id, block.bl_expiry, block_target.bt_id, block_target.bt_address, comment.comment_text FROM block INNER JOIN block_target ON block.bl_target = block_target.bt_id INNER JOIN comment ON block.bl_reason_id = comment.comment_id WHERE bl_expiry = 'infinity' AND bt_address <> NULL ORDER BY bt_id 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...