Fork of
Untitled query #86644
by IKhitron
This query is marked as a draft
This query has been published
by IKhitron.
SQL
x
set @pattern='סקיבידי';
select concat('https://he.wikipedia.org/w/index.php?diff=', rc_this_oldid) as address, comment_text as 'comment'
from recentchanges join comment
on rc_comment_id = comment_id
where comment_text like concat('%', @pattern, '%')
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.