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
Hgzh
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT l.pl_namespace, l.pl_title, COUNT(l.pl_title) FROM pagelinks l WHERE l.pl_from_namespace = 14 AND NOT EXISTS ( SELECT p.page_id FROM page p WHERE p.page_title = l.pl_title AND p.page_namespace = l.pl_namespace ) GROUP BY l.pl_namespace, l.pl_title ORDER BY COUNT(l.pl_title) LIMIT 20
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...