Fork of
Untitled query #75390
by MZMcBride
This query is marked as a draft
This query has been published
by MZMcBride.
SQL
AخA
select
*
FROM page as p1
JOIN pagelinks
ON pl_from = p1.page_id
JOIN linktarget
ON lt_id = p1.page_id
where p1.page_namespace = 0
and replace(lower(cast(p1.page_title as char)), '_', ' ') rlike "water"
limit 2;
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.