Jaro Winkler in sql server

强颜欢笑 提交于 2019-12-11 23:03:10

问题


I tried to find the UDF dbo.fn_calculateJaroWinkler (for computing the Jaro Winkler distance) for sql server and couldn't find it. Does anyone wrote it and could share?


回答1:


http://www.sqlservercentral.com/articles/Fuzzy+Match/65702/

You may have to join sqlservercentral to view the page. There is a step by step explanation here on how to create the functions. I am actually using it myself now to do fuzzy logic. It works but it is a bit slow for large data sets. If you have any optimization tricks let me know!



来源:https://stackoverflow.com/questions/33882620/jaro-winkler-in-sql-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!