Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
The most active article on svwiki (by edits)
by
André Costa (WMSE)
This query is marked as a draft
This query has been published
by
André Costa (WMSE)
.
rev_user_text is used to capture those pages that involve many anons. See https://www.mediawiki.org/wiki/Manual:Namespace_constants for namespaces
Toggle Highlighting
SQL
select page_namespace, page_id, page_title, count(rev_page) as edits, count(distinct rev_user_text) as users from svwiki_p.revision r join svwiki_p.page p on p.page_id = r.rev_page 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...