How to sort a table according to the approximate value of a parameter passed in a stored procedure
Ex:
Let's say in a table the name field has the following values: Tiago, Iago and Thiago and I pass as a parameter in the stored procedure "Thiag", it should present me the data in the following order:
Does anyone know anything that can help me?