Fork of 100k random users with userpages, reg before 2019-10 by Staeiou
This query is marked as a draft This query has been published by Staeiou.

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 < 20170601000000
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.

Checking query status...