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
Cryptic
.
All edits to mainspace on 5 November 2022, with editor, edit count (for registered users), whether the edit was marked minor, the page name, and the edit summary. For [[WP:RAQ#Frequency of certain phrases in revision edit histories by page type]] circa 6 November 2022.
Toggle Highlighting
SQL
SELECT actor_name, user_editcount, rev_minor_edit, REPLACE(page_title, '_', ' ') AS page_name, comment_text FROM revision JOIN page ON page_id = rev_page JOIN actor_revision ON actor_id = rev_actor LEFT JOIN user ON user_id = actor_user LEFT JOIN comment_revision ON comment_id = rev_comment_id WHERE rev_timestamp BETWEEN '20221105' AND '20221106' AND page_namespace = 0;
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...