Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
trwiki:Most active articles by edits
by
Evolutionoftheuniverse
This query is marked as a draft
This query has been published
by
IkonAlex
.
rev_user_text is used to capture those discussions that involve many anons.
Toggle Highlighting
SQL
select page_id, page_title, count(rev_page) as edits, count(distinct rev_user_text) as users from enwiki_p.revision r join enwiki_p.page p on p.page_id = r.rev_page where p.page_namespace = 0 group by page_id #order by edits desc limit 10
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...