Wikibooks:Elenchi generati offline/Accentate HTML: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
BimBot (discussione | contributi)
m Aggiorno elenco
Pietrodn (discussione | contributi)
8 volte più veloce
Riga 5:
<source lang="sql">
SELECT CONCAT("# [[{{subst:#if:{{subst:ns:", page_namespace, "}}|{{subst:ns:", page_namespace, "}}:}}", page_title, "]]") FROM page
LEFT JOIN revision ON page_idpage_latest=rev_pagerev_id
LEFT JOIN text ON rev_text_id=old_id
WHERE old_text REGEXP "&(a|e|i|o|u)[aeiou](grave|acute)"
ORDER BY page_namespace, page_title;
</source>