I've to match a string with strings in a column of mysql table, i need to select the strings which has more than 80% of match. is there any function in mysql will do this?
for example "quote by placing" string matches more than 80% for the string"quote by place". Like this i've filter.
Thanks!