From a result set of 5 different lines, I would like to select a result from which the line looks more like my specified line. Is there any way to do this in mysql?
It sounds like the perfect Levenshtein distance meter app .
It seems that there is at least one UDF implementation of this metric, which may have fallen from the Internet, and another SQL implementation .
You may be able to achieve this using SOUNDEX
Source: https://habr.com/ru/post/1730337/More articles:Removing a template in python / php - pythonUnexpected memory leak [Valgrind] - c ++How to get the address of a member function for a local class defined in a function (C ++) - c ++Cyclic Reference - protocols and subclasses - objective-cFactory template with external dependency - c #mySQL SELECT IN from a row - mysqlSave Cost with Amazon EBS - optimizationNeed help understanding JNDI and a specific ClassCastException in J2EE - java-eeLooking for a detailed guide to setting up custom authentication databases in Django or pointers - djangoNumerous elements - jqueryAll Articles