Fork of
Frog articles
by Bawolff
This query is marked as a draft
This query has been published
by Bawolff.
SQL
x
WITH frog_pages(cl_from) AS ( SELECT cl_from FROM categorylinks WHERE cl_to = 'Frogs' )
SELECT page_namespace, page_title from page where page_id in (SELECT * from frog_pages);
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.