Forum Discussion
XinyuTan
Dec 13, 2023Copper Contributor
Levenshtein Distance Function
Our current SQL server 2017 doesn't have built-in function for calculating Levenshtein distance. I know Microsoft has that function somewhere. How can we obtain such built-in function from Microsof...
olafhelper
Dec 18, 2023Bronze Contributor
Our current SQL server 2017 doesn't have built-in function for calculating Levenshtein distance.
No version of SQL Server do have the Levenshtein distance algorythm as build-in function, you have to implement it on your own.
I know Microsoft has that function somewhere.
No, not for SQL Server, only in the Cloud
levenshtein function - Azure Databricks - Databricks SQL | Microsoft Learn