SQL
AخA
select distinct user_name, user_registration, user_editcount from page
join templatelinks on page_id = tl_from and tl_target_id = 8903 and tl_from_namespace = 2
join user on REPLACE(SUBSTRING_INDEX(page_title, '/', 1), '_', ' ') = user_name
order by user_registration desc
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.