SQL
AخA
SELECT DISTINCT CONCAT("قالب:", page_title) AS "p"
from categorylinks join page
on cl_from = page_id
where page_namespace = 10
and cl_to in ("صفحات_بها_وصلات_إنترويكي_للإزالة",
"صفحات_بها_وصلات_إنترويكي"
)
and page_title not like "وإو%"
and page_title not 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.