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
Jarekt
.
Toggle Highlighting
SQL
USE commonswiki_p; select DISTINCT concat("*[[user:",license.page_title,"]] ") as pagename, count(*) as tot FROM page license join templatelinks t3 on license.page_title = t3.tl_title and t3.tl_namespace = license.page_namespace and t3.tl_from_namespace=6 -- transclude "License_template_tag" INNER JOIN templatelinks t1 ON t1.tl_from = license.page_id AND t1.tl_title = 'License_template_tag' WHERE license.page_namespace = 2 group by license.page_id order by tot desc, page_title
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...