SQL
AخA
use dewiki_p;
select count(*) from revision_userindex where rev_page in
(select distinct page_id from
revision_userindex
inner join page on page_id=rev_page
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.