Fork of
sortkey prefix Cite_book
by Mr. Ibrahem
This query is marked as a draft
This query has been published
by FShbib.
SQL
AخA
use arwiki_p;
select CONCAT('',cl_sortkey_prefix,'') AS "الخاصية",COUNT(*) AS "عدد الاستخدامات"
from categorylinks
where cl_to = "صفحات_تستخدم_قالب:مشروع_ويكي_سينما_مع_وسائط_غير_معروفة"
OR cl_to = "صفحات_تستخدم_قالب:مشروع_ويكي_مصر_مع_وسائط_غير_معروفة"
OR cl_to = "صفحات_تستخدم_قالب:مشروع_ويكي_كرة_القدم_مع_وسائط_غير_معروفة"
group by cl_sortkey_prefix
ORDER BY COUNT(*) DESC
limit 100;
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.