This query is marked as a draft This query has been published by Ananth subray.

SQL

AخA
 
SELECT DISTINCT(page_id), page_title
FROM knwiki_p.page p JOIN 
knwiki_p.revision r 
ON p.page_id = r.rev_page 
WHERE r.rev_user_text IN
#3
( "Ananth subray") 
AND r.rev_timestamp BETWEEN 20141019000000 AND 20141119000000
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...