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 %H:%i') as "First edit",DATE_FORMAT(max(rev_timestamp), '%Y-%m-%d %H:%i') 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 and user_editcount < 15000 group by lt_title;
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...