SQL
AخA
use arwiki_p;
select page_title from page
where page_id not in (select iwl_from from iwlinks where iwl_from = page_id and iwl_prefix like "%commons%")
and page_id not in (select cl_from from categorylinks where cl_from = page_id and cl_to like "%قالب_كومنز%");
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.