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
Ahecht
.
Editors on Wikipedia:Missing_Wikipedians with less than 6 months of inactivity
Toggle Highlighting
SQL
select replace(lt_title,"_"," ") as username,user_editcount as edit_count,DATE_FORMAT(min(rev_timestamp), '%Y-%m-%d') as first_edit,DATE_FORMAT(max(rev_timestamp), '%Y-%m-%d') as last_edit from pagelinks join linktarget on lt_id=pl_target_id join user on user_name=replace(lt_title,"_"," ") join actor_user on actor_user=user_id join revision_userindex on rev_actor=actor_id where pl_from=305368 and lt_namespace=2 group by lt_title having max(rev_timestamp) > DATE_SUB(CURDATE(), INTERVAL 1 MONTH);
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...