Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
All edits in ukwiki main namespace in certain period
by
Tohaomg
This query is marked as a draft
This query has been published
by
VRook (WMF)
.
Toggle Highlighting
SQL
SELECT REPLACE(P.page_title,'_',' ') AS title, COUNT(1) AS edits, R.rev_timestamp AS timestamp FROM ukwiki_p.revision R JOIN ukwiki_p.page P ON R.rev_page=P.page_id WHERE R.rev_timestamp > 20220415174100 AND P.page_namespace = 0 GROUP BY P.page_title HAVING edits >= 2 ORDER BY edits DESC, R.rev_timestamp 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...