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
Naudefj
.
Artikels wat geskakel moet word.
Toggle Highlighting
SQL
SELECT concat('[[', wikt.page_title, ']]'), concat('[[w:', wikt.page_title, ']]'), tl_title FROM afwiktionary_p.page wikt JOIN afwiki_p.page wiki ON wiki.page_title = concat(ucase(substr(wikt.page_title, 1,1)), substr(wikt.page_title, 2)) JOIN afwikt_p.templatelinks ON wikt.page_id = tl_from AND tl_namespace = 10 AND tl_title = ('--af--') JOIN afwiki_p.templatelinks ON wiki.page_id = tl_from AND tl_namespace = 10 AND tl_title IN ('Wikt', 'Wikt-inlyn') WHERE wiki.page_namespace = 0 AND wikt.page_namespace = 0 AND wiki.page_is_redirect = 0 AND wikt.page_is_redirect = 0 ;
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...