[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| SOUNDEX |
+---------------------------------+
SOUNDEX(<expC>)
-----------------------------------
Returns phonetic representation of character expression.
Return value - Character
-----------------------------------
A four character string is returned. By comparing SOUNDEX() results for
two character expressions, you can determine if the two expressions are
phonetically similar (in other words, they sound alike). This can be
useful when searching for duplicates or when checking data.
SOUNDEX() is not case-sensitive and generally disregards vowels.
<expC>
Include character expression <expC> in SOUNDEX().
-----------------------------------
See Also: DIFFERENCE(), LIKE()
-----------------------------------
See Also:
DIFFERENCE()
LIKE()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson