sql - MySQL String match percentage -


In MySQL, how can I compare two strings and get matching percentages I ("foo", " ("Foo", "fo") = 0.0 Compare = 0.75 ("foo", "fo") = 0.0 (compare with "foo", "fobar") = 0.5 ("foo", "foofoo") = 1.0

I hope you get this idea :)

please see:

< Ul>

  • Comments

    Popular posts from this blog

    asp.net - Javascript/DOM Why is does my form not support submit()? -

    sockets - Delphi: TTcpServer, connection reset when reading -

    javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -