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
Erutuon
.
Toggle Highlighting
SQL
USE enwiktionary_p; SELECT page_title as 'source title', page_namespace as 'source namespace', CONCAT('en.wiktionary.org/?curid=', page_id) as link FROM templatelinks as tl1 JOIN page ON tl1.tl_from = page_id WHERE tl1.tl_namespace = 828 AND tl1.tl_title = "languages" AND NOT EXISTS ( SELECT * FROM templatelinks as tl2 WHERE tl2.tl_from = tl1.tl_from AND tl2.tl_namespace = 828 AND tl2.tl_title = "scripts" ) LIMIT 25;
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...