Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SELECT DIFFERENCE ( 'Fleas', 'Fleece') what is the meaning of this query
Posted

it is very nice transact-SQL function, which will return you an interger by camparing sondex value.
The return value ranges from 0 to 4 where 0 indicates little or no similarity, and 4 indicates strong similarity or identical values.
 
Share this answer
 
Comments
Amir Mahfoozi 11-Nov-11 7:59am    
+5
Returns the difference between the SOUNDEX values of two character expressions as an integer. (4 is the least possible difference and 0 is the highest)
http://msdn.microsoft.com/en-us/library/aa258844(v=sql.80).aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900