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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT page_title, comment_text FROM revision_userindex AS r1 JOIN page ON rev_page = page_id JOIN `comment` ON comment_id = rev_comment_id WHERE rev_user_text = 'MatSuBot' AND rev_timestamp > '20190505' AND comment_text LIKE '%wbmergeitems-to%' AND NOT EXISTS ( SELECT * FROM revision_userindex AS r2 WHERE r1.rev_page = r2.rev_page AND r2.rev_id > r1.rev_id ) ORDER BY rev_id;
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...