Fork of Proofread texts in plwikisorce by Ankry
This query is marked as a draft This query has been published by Diego (WMF).

SQL

AخA
 
USE plwikisource_p;
SELECT page_id,page_title,MAX(rev_timestamp) AS last_timestamp
  FROM page JOIN templatelinks ON page_id=tl_from JOIN revision ON page_id=rev_page
  WHERE page_namespace = 0 AND tl_title='Proofreadpage_pagenum_template' AND tl_namespace=8
  GROUP BY page_id
  ORDER BY last_timestamp
  LIMIT 2000 OFFSET 176000;
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...