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
André Costa (WMSE)
.
For T249649 but also illustrates the solution for T224866
Toggle Highlighting
SQL
SELECT p.page_title, c.comment_text FROM sewikimedia_p.revision r #join sewikimedia_p.revision_comment_temp rc_temp # on r.rev_id= rc_temp.revcomment_rev join sewikimedia_p.comment c on r.rev_comment_id= c.comment_id join sewikimedia_p.page p on r.rev_page= p.page_id AND c.comment_text LIKE '%whitespace%'
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...