Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

soundex

Status
Not open for further replies.

bogdani

Programmer
Joined
Jan 14, 2005
Messages
2
Location
US
could soundex accept numeral strings as parameters? (like '1234')?

thanks
 
Probably not. It doesn't make sense if you consider the purpose of SOUNDEX. But why don't you consult the documentation for the implementation you're using? Why don't you just try it and see what happens?
 
I use sybase and sql server, but this issue is not deal with. Of course the function makes sense only if is used whith alfa strings, but I want a link to a written doc.

thanks a lot for your response
 
From MSDN:

SQL Server: "The SOUNDEX function converts a character string to a four-digit code for use in a comparison. Vowels are ignored in the comparison. Nonalphabetic characters are used to terminate the comparison." (emphasis added)

For the documentation, see

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top