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
TheDJ
.
Toggle Highlighting
SQL
use enwiki_p; select tl_title, COUNT(page_id) from page join templatelinks on page.page_id = templatelinks.tl_from WHERE ( tl_title = 'Smq' OR tl_title = 'Quote' OR tl_title = 'Block_quote' OR tl_title = 'Quote_box' OR tl_title = 'Quotation' OR tl_title = 'Quotation1' OR tl_title = 'Quotation2' OR tl_title = 'Quote_box4' OR tl_title = 'Bq' OR tl_title = 'Blockquotetop' OR tl_title = 'Pquote' OR tl_title = 'Imagequote' OR tl_title = 'Jimboquote' OR tl_title = 'Imagequote2' OR tl_title = 'Talkquote' OR tl_title = 'Quote2col' OR tl_title = 'Quoted' OR tl_title = 'Quoter' OR tl_title = 'Pquote' OR tl_title = 'Reduced_pull_quote' OR tl_title = 'Centered_pull_quote' OR tl_title = 'Cquote2' OR tl_title = 'Lquote' OR tl_title = 'Vquote' OR tl_title = 'Selected_quote' OR tl_title = 'Quote_Quran_Translation' ) and page_namespace = 0 GROUP BY tl_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...