SQL
AخA
select page_title
from page, templatelinks
where tl_namespace = 10
and tl_title like 'OW'
limit 1;
/*join page on page_id = tl_from
where tl_namespace = 10
and page_title like 'OW'
and tl_from_namespace = 3
and page_touched < '20170712'
and page_title rlike "^(\\d+\\.){3}\\d+$"
limit 100;*/
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.