SQL
AخA
SELECT ptrp_created, page_title, concat ("https://en.wikipedia.org/wiki/", page_title, "?redirect=no") as url
FROM pagetriage_page
JOIN page ON ptrp_page_id = page_id
JOIN revision ON rev_page = page_id
JOIN actor ON actor_id = rev_actor
WHERE ptrp_reviewed = 0
AND page_namespace = 0
AND page_is_redirect = 1
AND rev_parent_id = 0
and actor_name = 'Garralaga';
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.