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 = SELECT page_id WHERE page_namespace = 1 AND page_title = "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', REPLACE(page_title, " ", "_") AS 'Page', 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 = @page AND comment_text LIKE "%copied%" 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...