Fork of
خطأ_في_قوالب_ويكي_بيانات
by Mr. Ibrahem
This query is marked as a draft
This query has been published
by Mr. Ibrahem.
SQL
x
select CONCAT('{{Q|',c1.cl_sortkey_prefix,'|en}}') as "العنصر",
CONCAT('{{label|',c1.cl_sortkey_prefix,'}}') as "بالعربي",
COUNT(*) AS "عدد الاستخدامات"
from categorylinks c1, page
where c1.cl_to = "صفحات_ويكي_بيانات_بحاجة_لتسمية_عربية"
and c1.cl_from = page_id
group by c1.cl_sortkey_prefix having count(*) > 1
ORDER BY COUNT(*) DESC
limit 500;
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.