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
.
Toggle Highlighting
SQL
SET @page = "2021 Pacific typhoon season"; SELECT DATE_FORMAT(rev_timestamp, "%Y-%m-%d %H:%i:%s") AS 'Date', rev_id AS 'ID', actor_name AS 'User', comment_text AS 'Comment' FROM revision JOIN comment_revision ON rev_comment_id = comment_id JOIN actor_revision ON rev_actor = actor_id WHERE rev_page = (SELECT page_id FROM page WHERE page_namespace = 0 AND page_title = REPLACE(@page, " ", "_")) AND ( LCASE(CONVERT(comment_text USING utf8)) LIKE "%copied%" OR LCASE(CONVERT(comment_text USING utf8)) LIKE "%copy%" OR LCASE(CONVERT(comment_text USING utf8)) LIKE "%merge%" OR LCASE(CONVERT(comment_text USING utf8)) LIKE "%attribution%" ) ORDER BY rev_len DESC LIMIT 1000;
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...