SQL
AخA
SELECT DISTINCT(page_title)
FROM revision_userindex
JOIN page ON page_id = rev_page
WHERE page_namespace IN (2, 8)
AND rev_user_text = 'Beetstra'
AND page_title RLIKE '^.*\.(css|js)$'
AND rev_timestamp > DATE_SUB(NOW(), INTERVAL 5 YEAR)
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.