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
Edgars2007
.
USE enwiki_p; SELECT tl_title, COUNT(tl_from) AS uses, SUM(IF(tl_from_namespace = 0, 1, 0)) AS in_main, SUM(IF(tl_from_namespace = 10, 1, 0)) AS in_templates FROM templatelinks WHERE tl_namespace = 828 and tl_title in ("AASHTO_minutes","ATA","About") GROUP BY tl_title
Toggle Highlighting
SQL
USE enwiki_p; SELECT page_title, COUNT(tl_from) AS uses, SUM(IF(tl_from_namespace = 0, 1, 0)) AS in_main FROM page LEFT JOIN templatelinks ON tl_title in ("AASHTO_minutes","ATA") AND tl_namespace = 828 WHERE page_namespace = 828
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...