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
Chlod
.
All of my edit summaries that contain "oops" (includes "whoops" and "whoopsie").
Toggle Highlighting
SQL
SELECT `rev_id` AS "ID", `page_namespace` AS "Namespace", REPLACE(`page_title`, "_", " ") AS "Page", DATE_FORMAT(`rev_timestamp`, "%Y-%m-%d %H:%i:%s") AS "Time", `comment_text` AS "Comment" FROM `revision_userindex` RIGHT JOIN `comment_revision` ON `rev_comment_id` = `comment_id` RIGHT JOIN `page` ON `rev_page` = `page_id` WHERE `comment_text` LIKE "%oops%" AND `comment_text` NOT LIKE "%roops%" AND `comment_text` NOT LIKE "%loops%" AND `rev_actor` = (SELECT `actor_id` FROM `actor_revision` WHERE `actor_name` = "Chlod") ORDER BY `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...