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
Jura1
.
Toggle Highlighting
SQL
SELECT REPLACE(tl_title,'_',' ') as template, pp_value, Count(*) AS ct FROM pagelinks INNER JOIN page ON pagelinks.pl_title = page.page_title INNER JOIN templatelinks ON templatelinks.tl_from = page.page_id LEFT JOIN page_props ON page.page_id = page_props.pp_page WHERE pl_from = 14498881 # fr and pl_namespace = 0 and page_namespace = 0 and tl_from_namespace = 0 and tl_namespace = 10 and pp_propname = "wikibase_item" GROUP BY tl_title, pp_value HAVING Count(*) >= 5 ORDER BY ct 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...