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
Habst
.
Toggle Highlighting
SQL
SELECT pl_from_namespace AS namespace, pg1.page_title AS title, COUNT(*) AS value FROM pagelinks LEFT JOIN page AS pg1 ON pg1.page_id = pl_target_id LEFT JOIN page AS pg2 ON pg2.page_id = pl_from WHERE pg1.page_namespace IS NOT NULL AND pl_from_namespace NOT IN (2, 3) -- Exclude User and User Talk namespaces AND pg2.page_namespace != 8 -- Exclude MediaWiki namespace GROUP BY pl_from_namespace, pg1.page_title HAVING COUNT(*) > 1 -- Example threshold, could be configured ORDER BY value 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...