SQL
AخA
select page_title, cl_sortkey_prefix, page_len, page_latest, actor_user
from categorylinks
join page on page_id = cl_from
join revision on page_id = rev_page and rev_parent_id = 0
join actor on rev_actor = actor_id
where cl_to = 'Pending_AfC_submissions'
and page_namespace = 118
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.