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
MarioGom
.
Toggle Highlighting
SQL
SELECT * FROM ( SELECT log_title FROM logging INNER JOIN comment ON logging.log_comment_id = comment.comment_id WHERE TRUE AND log_type = "gblblock" AND log_action = "gblock2" AND comment_text LIKE '%API-confirmed%' ) AS q INNER JOIN ( SELECT log_title FROM logging WHERE TRUE AND log_type = "gblblock" AND log_action = "gunblock" ) AS p ON q.log_title = p.log_title
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...