"Chris Priest" <[EMAIL PROTECTED]> wrote:
> I am currently looking at trying to port an existing Informix application
> over to MySQL but I have fallen short on one particular feature. Under
> Informix using its text datablade, I can have a pattern match on the text
> search such that '+Tomas' would provide Thomas as well as Tomas. MySQL does
> not seem to be able to support this feature. Am I doing something wrong?
> 

Take a look at SOUNDEX() function:
        http://www.mysql.com/doc/en/String_functions.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to