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

SQL

AخA
 
use fawiki_p;
select rev_user_text, left(rev_timestamp, 6), page_namespace
from revision
join page
on rev_page = page_id
and page_title like 'نظرخواهی_برای_حذف/%'
where rev_timestamp > '20160101000000'
limit 100
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.

Query status: complete

Executed on Mon, 13 Feb 2017 22:13:01 UTC.