Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Hzza3
.
Toggle Highlighting
SQL
select CONCAT('#{{Q|',c1.cl_sortkey_prefix,'}}') as "الصفحة" , COUNT(*) AS "عدد الاستخدامات" /*from categorylinks join page on cl_from = page_id on cl_from = page_id where cl_to = "صفحات_ويكي_بيانات_بحاجة_لتسمية_عربية" group by cl_sortkey_prefix having count(*) > 10 ORDER BY COUNT(*) DESC #and page_title like "Mr._Ibrahem/%"*/ from categorylinks c1, page, categorylinks c2 where #c1.cl_to = "صفحات_ويكي_بيانات_بحاجة_لتسمية_عربية" and c1.cl_from = page_id #and c2.cl_to = "بوابة_أعلام/مقالات_متعلقة" and c2.cl_from = page_id group by c1.cl_sortkey_prefix having count(*) > 1 ORDER BY COUNT(*) DESC #and page_title like "Mr._Ibrahem/%" limit 50;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...