Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
DreamRimmer
.
Toggle Highlighting
SQL
SELECT actor_name AS user, COUNT(DISTINCT CONCAT(r.rev_page, '-', r.rev_actor)) AS query_usage_count FROM revision_userindex r JOIN actor ON r.rev_actor = actor.actor_id JOIN page ON r.rev_page = page.page_id WHERE r.rev_timestamp >= '20240415163410' AND r.rev_timestamp <= '20241124102404' AND page.page_namespace IN (118, 2, 0) AND r.rev_comment_id IN ( SELECT comment_id FROM comment WHERE comment_text LIKE 'Declining submission:%' ) AND actor.actor_name = 'SafariScribe' GROUP BY actor_name ORDER BY query_usage_count 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...