Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Contributions search by user, edit summary, date
by
Cryptic
This query is marked as a draft
This query has been published
by
He7d3r
.
[[User:GreenC bot]]'s edits starting in May 2019 containing "Cleanup bare URLs" in the edit summary. For [[WP:VPT#Searching Contribution history]] circa 15 November 2019.
Toggle Highlighting
SQL
USE ptwiki_p; SELECT CONCAT('[[Special:Diff/', r1.rev_id, ']]') AS diff, r1.rev_len-r2.rev_len AS delta, r1.rev_timestamp, CONCAT('[[{{ns:', page_namespace, '}}:', page_title, ']]') AS pagename, comment_text FROM revision_userindex r1 JOIN actor_revision ON actor_id = r1.rev_actor LEFT JOIN page ON page_id = r1.rev_page LEFT JOIN comment_revision ON comment_id = r1.rev_comment_id LEFT JOIN revision r2 ON r1.rev_parent_id = r2.rev_id WHERE actor_name='Fernanda Zucki' # AND comment_text LIKE '%teste%' AND r1.rev_timestamp >= '201905' ORDER BY r1.rev_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...