SQL
x
use eswiki_p;
SELECT pp.pp_value, page_title, el_to
FROM externallinks
JOIN page ON page_id = el_from
JOIN categorylinks ON cl_from = page_id
JOIN page_props AS pp ON pp.pp_page = page_id AND pp.pp_propname = 'wikibase_item'
WHERE
cl_to='Revistas_de_botánica' AND
el_to LIKE 'http://www.tropicos.org/Publication/%'
limit 50000
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.