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 International Mother Language Day 2023 Datathon
by
Gnoeee
This query is marked as a draft
This query has been published
by
Gnoeee
.
Edits made by users participating in Women's Month Datathon on Commons under Specific Categories with the Comments
Toggle Highlighting
SQL
USE commonswiki_p; select now(); SELECT rev_id, rc_timestamp, rev_actor, rev_comment_id FROM revision LEFT JOIN comment ON comment.comment_id = recentchanges.rc_comment_id LEFT JOIN actor on actor.actor_id = recentchanges.rc_actor LEFT JOIN revision on revision.rev_id = recentchanges.rc_this_oldid WHERE actor_id in ('Gnoeee') AND rc_timestamp >= 20210220183100 AND rc_timestamp < 20220228183000 AND rc_type in (0, 1) ORDER BY rc_id 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...