This query is marked as a draft This query has been published by Incola.

SQL

AخA
 
USE itwiki_p;
SELECT rev_user_text, COUNT(*)
FROM revision
WHERE rev_page IN (
SELECT tl_from
FROM templatelinks
WHERE tl_title = 'Tradotto_da'
AND tl_namespace = 10
AND tl_from_namespace = 1)
AND rev_parent_id = 0
AND rev_timestamp > 20140000000000
GROUP BY rev_user_text
HAVING COUNT(*) >= 10
ORDER BY 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.
All SQL code is licensed under CC0 License.

Checking query status...