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
Rpi153
.
Toggle Highlighting
SQL
SELECT COUNT(*) FROM linktarget t INNER JOIN pagelinks l ON l.pl_target_id = t.lt_id INNER JOIN page p ON l.pl_from = p.page_id WHERE (t.lt_namespace, t.lt_title) IN (SELECT p.page_namespace, p.page_title FROM page p INNER JOIN redirect r ON r.rd_from = p.page_id WHERE p.page_namespace != r.rd_namespace AND p.page_namespace NOT IN (2, 3)) AND t.lt_title != 'Homokozó' GROUP BY t.lt_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...