Artikel die "ovich" oder "ovna" enthalten oder auf "ov" enden. Redirects sind durch (r) gekennzeichnet.


SELECT concat('*[[',cur_title,']]',if(cur_is_redirect,' (r)',''))
FROM `cur`
WHERE cur_namespace = 0 AND
(cur_title LIKE '%ovich%' OR
cur_title LIKE '%ovna%' OR
cur_title LIKE '%ov')
ORDER BY cur_title
LIMIT 500;

278 Einträge im Dump vom 24.09.2004. --SirJective 13:01, 25. Sep 2004 (CEST)