SOUNDEX
Description
Returns a four-character code to evaluate the similarity of two strings (SOUNDEX in Transact-SQL).
Sample Source Pattern
Syntax
Arguments
string_expression
: String expression to reverse.
Return Type
The same data type of the string expression sent as a parameter.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated