Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Tewiki:Recently absent wikipedians - 1 year
by
Chaduvari
This query is marked as a draft
This query has been published
by
Vjsuseela
.
Toggle Highlighting
SQL
use tewiki_p; select rev_actor, actor_name, count(rev_id) as edit_count, substr(user_registration, 1, 4) as registration_date from revision, actor, user where actor_user = user_id and user_registration < 20190100000000 and rev_timestamp < 20190100000000 and rev_actor = actor_id and rev_actor in (select rev_actor from revision where rev_timestamp > 20221200000000 group by rev_actor having count(rev_actor) < 10) group by rev_actor having count(rev_id) > 500 order by count(rev_id) desc
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...