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
Bulgu
.
Toggle Highlighting
SQL
USE trwiki_p; SET @nsf = 0; SET @nst = 0; select *, count(*), concat("tr.wikipedia.org/wiki/Şablon:",tl_title) as url from (select page_id as id -- , page_title, page_latest, page_len -- , count(*) from pagelinks join page on page_title = pl_title where pl_from_namespace = @nsf and pl_namespace = @nst and page_namespace = @nst and page_is_redirect = 1 group by page_id having count(*)>100 ) as redo join templatelinks on tl_from - redo.id where tl_from_namespace = @nsf group by tl_title having count(*) > 1 order by count(*) 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...