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
Alex Blokha
.
Toggle Highlighting
SQL
SELECT concat(YEAR(rf.rev_timestamp) , '_', MONTH(rf.rev_timestamp)) as date, COUNT(*), AVG(rev_len), COUNT(DISTINCT CASE WHEN pl.from_title IS NOT NULL THEN p.page_id END) AS pages_created_with_content_translator FROM page p JOIN revision rf ON rf.rev_page = p.page_id LEFT JOIN pagelang pl ON p.page_id = pl.pl_from AND pl.pl_from_namespace = 0 WHERE rf.rev_parent_id = 0 AND p.page_namespace = 0 AND p.page_is_redirect = 0 AND rf.rev_timestamp BETWEEN '20211231235959' AND '20231231225959' AND pl.from_title LIKE '%ContentTranslation%' GROUP BY date ORDER BY date
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...