SQL
AخA
use hywikiquote_p;
SELECT concat('* [[:Category:',p.page_title,']]'), pp_value
from page p
left join page_props pp on pp.pp_propname = 'wikibase_item' AND pp.pp_page = p.page_id
where p.page_namespace=14
and p.page_is_redirect=0 and pp_value is null
limit 10;
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.