SQL
AخA
SELECT * FROM svwiki_p.user
JOIN svwiki_p.revision ON rev_user = user_id
JOIN svwiki_p.page ON page_id = rev_page
WHERE user_name LIKE '%(SLU)'
AND page_namespace = 1
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.