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
Anarchyte
.
Toggle Highlighting
SQL
WITH items as ( SELECT * FROM revision LEFT JOIN logging_logindex ON log_namespace = page_namespace AND log_title = page_title LEFT JOIN comment_logging ON log_comment_id = comment_id LEFT JOIN actor_logging ON log_actor = actor_id WHERE page_namespace = 0 AND page_is_redirect = 0 ) SELECT t1.page_title AS Article, t1.comment_text AS Edit summary t1.actor_name AS Editor FROM items t1 LEFT JOIN items t2 ON t1.page_title = t2.page_title AND t1.log_timestamp < t2.log_timestamp WHERE t2.log_timestamp IS NULL
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...