SQL
AخA
use dewiki_p;
select rev_page, count(rev_id) from revision_userindex
group by rev_page
having rev_page in
(select distinct rev_page from
revision_userindex
where rev_user=(select user_id from user where user_name='Count Count'))
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.