Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All edits made by participants in the 2019 Indian Independence Day datathon
by
Mahir256
This query is marked as a draft
This query has been published
by
Titodutta
.
(Ripped from wdvd's code and modified a bit.) Thanks, Adam, for further modifications!
Toggle Highlighting
SQL
USE wikidatawiki_p; SELECT rc_timestamp, CONCAT("Special:Diff/",rc_this_oldid), rc_title, rc_user_text, rc_comment FROM recentchanges WHERE rc_user_text IN ( 'Marajozkee', 'Ssgapu22', 'Gaurav_Jhammat', 'Benipal_hardarshan', 'অজয়_দাস', 'Dugal_harpreet', 'Tanay_barisha', 'Meenakshi_nandhini', 'Yakshitha', 'कन्हाई प्रसाद चौरसिया', 'Titodutta' ) ) AND rc_timestamp >= 20180814183000 AND rc_timestamp <= 20180819182959 #adjust this list of items as appropriate ) AND rc_comment REGEXP 'wbset(alias|description|label)-(add|set)...(anp|as|awa|bcc|bgn|bho|bn|bpy|brh|dty|dv|dz|gom|gu|hi|khw|kn|ks|lus|mai|ml|mr|ne|new|or|pa|pi|pnb|ps|rwr|sa|sat|sd|si|skr|ta|tcy|te|ur) ' ORDER BY rc_this_oldid 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...