Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Cryptic
.
Users in [[Category:Members of the Fifteen Year Society of Wikipedia editors]] who have at least one live edit within the last year. For [[WP:RAQ#Active long-term users]] circa 19 October 2022.
Toggle Highlighting
SQL
SELECT DISTINCT REPLACE(SUBSTRING_INDEX(page_title, '/', 1), '_', ' ') AS username FROM categorylinks JOIN page ON page_id = cl_from WHERE cl_to = 'Members_of_the_Fifteen_Year_Society_of_Wikipedia_editors' AND page_namespace = 2 AND EXISTS (SELECT 1 FROM revision_userindex JOIN actor_revision ON actor_id = rev_actor WHERE actor_name = REPLACE(SUBSTRING_INDEX(page_title, '/', 1), '_', ' ') AND rev_timestamp >= DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -1 YEAR), '%Y%m%d%H%i%s') LIMIT 1);
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...