SQL
AخA
USE nlwiki_p;
SELECT page_title, rd_namespace, rd_title, rd_namespace, rd_interwiki
FROM page RIGHT JOIN redirect ON
page_namespace=0 AND
page_is_redirect=1 AND
page_title REGEXP '_\\(hoofdbetekenis\\)$' AND
page_id=rd_from
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.