DIFFERENCE
Last updated
Last updated
Returns an integer measuring the difference between two strings using the SOUNDEX algorithm (DIFFERENCE in Transact-SQL). It counts the common characters of the strings resulting by executing the SOUNDEX algorithm.
DIFFERENCE( expression1, expression1 )
expression1, expression2:
String expressions to be compared.
Int
.
SELECT DIFFERENCE('Like', 'Mike');