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
Mr. Ibrahem
.
Toggle Highlighting
SQL
select page_namespace, cl_sortkey_prefix, cl_to, COUNT(*) as numbers, CASE WHEN page_namespace = 0 THEN CONCAT('[[', page_title, ']]') ELSE CONCAT('[[:{{ns:', page_namespace, '}}:', page_title, ']]') END AS example from categorylinks join page on cl_from = page_id where # cl_to = "صفحات_تستخدم_وحدة:شريط_مع_وسائط_غير_معروفة" cl_to like "صفحات_تستخدم_%وسائط_غير_معروفة" group by 1, 2, 3 HAVING COUNT(*) > 1 AND COUNT(*) < 10 ORDER BY 4 DESC
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...