SQL
AخA
SELECT *
from page
JOIN pagelinks AS wdpl on page_namespace=0 AND page_is_redirect=0 and wdpl.pl_from = page_id
-- join wb_items_per_site on ips_item_id=substr(page_title,2)*1 and ips_site_id IN (?)
WHERE wdpl.pl_namespace = 120 AND wdpl.pl_from_namespace = 0 AND wdpl.pl_title = 'P373'
limit 100
--
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.