Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ఈ మధ్య 2019 -22 రాయని వాడుకరులు Tewiki: recently absent Wikipedians - 2 years
by
Vjsuseela
This query is marked as a draft
This query has been published
by
Vjsuseela
.
2 సంవత్సరాల క్రితం 500 పైగా ఎడిట్స్ ఉండి గత రెండేళ్ళుగా పెద్దగా రాయని (అంటే <10 లోపే) దిద్దుబాట్లు చేసిన వాడుకరుల జాబితా ఇది
Toggle Highlighting
SQL
use tewiki_p; select rev_actor, concat("[[",actor_name,"|",actor_name,"]]"), count(rev_id) as edit_count from revision, actor where rev_timestamp < 20190100000000 and rev_actor = actor_id and rev_actor in (select rev_actor from revision where rev_timestamp > 20230100000000 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...