View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 07:07 AM
Christian Kirsch
 
Posts: n/a
Default 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.
Reply With Quote