[V4RB] RegEx search and UTF-8

Eric Ferrer wonderfef at noos.fr
Fri Jul 23 11:56:00 CDT 2004


> SELECT * FROM table WHERE Name LIKE 'bor[eéèêë]+ales' no_case

THANK YOU PETER !
That's *the* solution!

Actually, the final statement is:
SELECT * FROM table WHERE Name Like 'b[oôöò]+r+[eéèêë]+[aâäà]+l+[eéèëê]+s'
no_case
It works great!

Thank you very much
Eric



More information about the Valentina mailing list