SQL
AخA
USE dewiki_p;
select COUNT(rev_id) AS cnt,
rev_user_text
FROM revision_compat
WHERE rev_timestamp > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -365 DAY), '%Y%m%d%H%i%s')
GROUP BY rev_user_text
limit 1;
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.