SQL
x
SELECT DISTINCT concat("* [[Special:Contributions/", a.actor_name, "]]")
FROM recentchanges rc,
actor a
WHERE a.actor_id = rc.rc_actor
AND ( a.actor_name LIKE 'Renamed%'
OR a.actor_name LIKE 'Vanished%' )
ORDER BY 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.