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
Galobtter
.
Toggle Highlighting
SQL
SELECT r.rev_id,r.rev_timestamp,r.rev_minor_edit,r.rev_comment,r.rev_len,page_title,page_namespace,page_latest FROM revision_userindex r JOIN page ON rev_page=page_id INNER JOIN comment com ON r.rev_comment_id = com.comment_id WHERE r.rev_user_text="Galobtter" AND r.rev_deleted=0 AND CONVERT(com.comment_text USING utf8mb4) LIKE "%Closed as%" COLLATE Latin1_General_Bin ORDER BY r.rev_timestamp DESC LIMIT 500
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...