Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ContentTranslation cleanup edits monthly count
by
Pginer-WMF
This query is marked as a draft
This query has been published
by
Pginer-WMF
.
Counts edits made by Framabot against CX errors on French Wikipedia. Shows results for each month
Toggle Highlighting
SQL
use frwiki_p; select year(rev_timestamp) as Year,MONTHNAME(rev_timestamp) as Month,count(rev_id) as Issues from revision_userindex INNER JOIN comment on rev_comment_id = comment_id INNER JOIN page ON rev_page = page_id where rev_user = 2523928 and page_namespace = 0 and comment_text like 'Bot: nettoyage traduction%div inutile dans une ref%' group by year(rev_timestamp),month(rev_timestamp) order by rev_timestamp desc limit 10000;
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...