Re: char replacement
VooDoo wrote:
> Hi,
> I have a table with a field that contains a file path(www/docs/.../.../...)
> Some of the path contain this characters 'é' or 'è'.
> How can i do an update on this table to replace only the characters 'é' or
> 'è' by a 'e'.
Check the Fine Manual at dev.mysql.com/doc, section on string functions.
|