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
Ranjithsiji
.
(Ripped from wdvd's code and modified a bit.) Thanks, Adam, for further modifications!
Toggle Highlighting
SQL
#USE wikidatawiki_p; #select now(); SELECT count(a.actor_name) as total, a.actor_name FROM recentchanges r #LEFT JOIN comment ON comment.comment_id = recentchanges.rc_comment_id LEFT JOIN actor a on a.actor_id = r.rc_actor LEFT JOIN revision re on re.rev_id = r.rc_this_oldid WHERE a.actor_name in ('Atudu', 'Bodhisattwa') AND r.rc_timestamp >= 20240814183000 AND r.rc_timestamp < 20240821183000 AND r.rc_type in (0, 1) GROUP BY a.actor_name;
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...