SQL
AخA
SELECT page.page_title, iwlinks.iwl_prefix, iwlinks.iwl_title
FROM page
JOIN iwlinks ON iwlinks.iwl_from = page.page_id
WHERE page.page_namespace = 14
AND page.page_title LIKE 'F%'
AND page.page_len < 200
AND page.page_id NOT IN (SELECT tl_from FROM templatelinks)
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.