SQL
AخA
select user_name, user_id, user_registration from enwiki_p.page
inner join user on page_title = user_name
where page_namespace = 2 and user_registration < (DATE_FORMAT(NOW() - INTERVAL 2 YEAR,"%Y%m%d%H%i%S"))
order by page_random
limit 50000
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.