Fork of Pages and subcategories directly on a specific category, Database management systems by JCrespo (WMF)
This query is marked as a draft This query has been published by MPGuy2824.

SQL

AخA
 
select p.page_title as Article, date_format(ptrp_created, '%Y-%m-%d') as 'Creation date'
from pagetriage_page
join page as p ON p.page_id = ptrp_page_id and p.page_namespace=0
join page as t on t.page_title=p.page_title and t.page_namespace=1
join categorylinks on cl_from = t.page_id
where cl_to = 'Accepted_AfC_submissions'
    and p.page_is_redirect='0'
    and ptrp_reviewed=0
order by ptrp_created desc
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...