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

SQL

AخA
 
USE fawiki_p;
SELECT distinct page_title#, page_namespace, rev_timestamp
FROM revision JOIN page ON rev_page = page_id
WHERE page_namespace = 0 # Articles
AND page_is_redirect = 0
AND rev_actor = 481 # Saeidpourbabak
AND rev_timestamp > 20140000000000 # After
AND rev_timestamp < 20150000000000 # before
#ORDER BY rev_timestamp
;
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...