SQL
AخA
USE svwiki_p;
SELECT COUNT(DISTINCT rev_page) FROM revision_userindex
join page on rev_page = page_id
WHERE rev_user_text IN ('Ahstro')
AND rev_timestamp > '20151019008001'
AND rev_timestamp < '20151019135959'
AND page_namespace = 0
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.