This query is marked as a draft This query has been published by Superzerocool.

SQL

x
 
use eswiki_p;
SELECT page.* from langlinks, page 
where page_id = ll_from
    and page_namespace in (0,2)
    and not exists(SELECT 1 FROM page_props WHERE pp_propname = 'wikibase_item' and pp_page = page_id)
limit 50;
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.

Checking query status...