SQL
AخA
SELECT CONCAT("https://en.wikipedia.org/wiki/Wikipedia:", page_title) as brfa, rev_timestamp
FROM revision
JOIN page
ON rev_page = page_id
WHERE page_title LIKE "Bots/Requests_for_approval/%"
AND page_namespace = 4
AND rev_user_text = "Cyberpower678"
AND rev_timestamp > 20130601235959
ORDER BY rev_timestamp;
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.