Fork of
find pagelinks title LIKE '%ttp%'
by Estopedist1
This query is marked as a draft
This query has been published
by Estopedist1.
SQL
x
USE enwiki_p;
SELECT CONCAT ("draft:",page_title,"")
FROM page AS page
LEFT JOIN pagelinks as pl ON page_id=pl_from
WHERE page_namespace =118
AND pl_title LIKE "Estonia"
#cat_title LIKE '%by_quantity%'
#AND page_len >0
#AND cat_title NOT LIKE "Images_from_the_Geograph_British_Isles_project_needing_categories%"
#(cat_title LIKE '%don%require%'
# OR cat_title LIKE '%Biathl%')
#OR pl_title LIKE '%Http%'
#ORDER BY rand()
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.