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
Superyetkin
.
Toggle Highlighting
SQL
/*SELECT * FROM comment WHERE comment_text LIKE 'Added link to [trwiki]%' LIMIT 100 */ SELECT rev.rev_parent_id, c.comment_text FROM revision rev INNER JOIN comment c ON rev.rev_comment_id = c.comment_id WHERE rev.rev_id <= 10000000 AND c.comment_text LIKE 'Added link to [trwiki]%'
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...