What are ways to match street addresses in SQL Server?

前端 未结 8 2204
时光说笑
时光说笑 2021-01-01 03:44

We have a column for street addresses:

123 Maple Rd.
321 1st Ave.
etc...

Is there any way to match these addresses t

8条回答
  •  耶瑟儿~
    2021-01-01 04:03

    You could try SOUNDEX to see if that gets you close. http://msdn.microsoft.com/en-us/library/aa259235%28SQL.80%29.aspx

提交回复
热议问题