SQL
AخA
SELECT page_title, ppsitelinks.pp_value FROM page_props AS ppclaims
JOIN page ON ppclaims.pp_page=page_id AND page_namespace=0 AND page_is_redirect=0
JOIN page_props AS ppsitelinks ON page_id=ppsitelinks.pp_page AND ppsitelinks.pp_propname='wb-sitelinks'
WHERE ppclaims.pp_propname='wb-claims' AND ppclaims.pp_value=0
ORDER BY CAST(ppsitelinks.pp_value AS int) DESC
LIMIT 200;
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.