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