Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most edited pages in last month in Malayalam Wiki
by
Ranjithsiji
This query is marked as a draft
This query has been published
by
Adithyak1997
.
This query returns a list of top 100 most edited articles in the English language Wikipedia during the past month along with related comments that can be used to track some of the most frequent kind of edits.
Toggle Highlighting
SQL
USE mlwiki_p; SELECT rc_title as title, rc_comment as comments, count(*) as Edits FROM recentchanges WHERE rc_namespace = 0 GROUP BY 1 ORDER BY 3 DESC LIMIT 100;
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...