Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Soni
.
Toggle Highlighting
SQL
select p.page_title, count(*) as "Edits" from revision r join actor a on r.rev_actor = a.actor_id join page p on p.page_id = r.rev_page where r.rev_timestamp > DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 1 YEAR), '%Y%m%d000000') and a.actor_name = "Soni" and p.page_namespace = 0 group by p.page_id order by "Edits" 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...