Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Rater.js count of a particular user during Tag-and-Assess
by
Titodutta
This query is marked as a draft
This query has been published
by
MPGuy2824
.
This query needs to be re-run, and you are seeing result from an old run
Toggle Highlighting
SQL
SELECT actor_name, count(DISTINCT page_id) 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 IN ('AshLin', 'DaxServer', 'DEFCON5', 'MPGuy2824', 'Soumitrahazra', 'Titodutta', 'Vis M', 'Rickyurs', 'Arunram', 'Sadenar40000', 'Anupamdutta73', 'Venkat TL', 'Sesamevoila') AND r1.rev_timestamp > '20210831183000' AND r1.rev_timestamp < '20211031183000' AND comment_text LIKE '%India% %Rater%' group by 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...