This query is marked as a draft This query has been published by Jan Ainali (WMSE).

SQL

AخA
 
SELECT page_title, count(rev_id)
FROM svwiki_p.revision
JOIN svwiki_p.page on page_id = rev_page
WHERE rev_timestamp > 20140101000001 AND page_namespace=0
GROUP BY page_title
ORDER BY count(rev_id) desc
LIMIT 10
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...