This query is marked as a draft This query has been published by André Costa (WMSE).

SQL

AخA
 
SELECT COUNT(DISTINCT(rev_page)) FROM wikidatawiki_p.revision
JOIN wikidatawiki_p.page ON rev_page = page_id
WHERE rev_timestamp > '20150630000001'
AND rev_timestamp < '20150630235959'
AND rev_user IN (1014524)
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...