SQL
AخA
USE nlwiki_p;
SELECT page_title, cl_to, cl_sortkey_prefix
FROM categorylinks INNER JOIN page ON cl_from=page_id AND page_namespace=0 AND page_title REGEXP '^Lijst_van_'
WHERE
cl_to REGEXP '^Lijsten_van_|lijsten$' AND
(cl_sortkey_prefix='' OR cl_sortkey_prefix REGEXP '^[Ll]ijst[ _]van[ _]')
ORDER BY cl_to, page_title
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.