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
Msz2001
.
Please note that the results can exceed the limit specified on wiki, as the number of edits is counted per UTC day whereas the Growth extension can use different algorithm.
Toggle Highlighting
SQL
SET @image_suggestion := 155; SELECT day, actor_name, count(*) as cnt FROM ( SELECT SUBSTR(rev_timestamp, 1, 8) as day, actor_name FROM revision JOIN change_tag ON ct_rev_id = rev_id JOIN actor ON actor_id = rev_actor WHERE ct_tag_id = @image_suggestion ) t GROUP BY day, actor_name ORDER BY cnt 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...