SQL
x
set @pattern='סקיבידי';
select concat('https://he.wikipedia.org/w/index.php?diff=', rev_id) as address, comment_text as 'comment'
from revision join comment
on rev_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.