SQL
AخA
use hewiki_p;
select concat('https://he.wikipedia.org/wiki/Special:Diff/', rev_id) as address, page_namespace, page_title
from change_tag join revision join page
on ct_rev_id = rev_id
and rev_page = page_id
where ct_tag = "לבדיקה נוספת"
order by rev_timestamp
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.