SQL
AخA
SELECT concat('* [[', wikt.page_title, ']]')
FROM afwiktionary_p.page wikt
JOIN afwiki_p.page wiki ON wikt.page_title = wiki.page_title
WHERE wiki.page_namespace = 0
AND wikt.page_namespace = 0
AND wiki.page_is_redirect = 0
AND wikt.page_is_redirect = 0
LIMIT 10;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.