Also note that when processing a predicate of "column
= $SOUNDEX("string"), if "column" can
be satisfied with an MDK index using the ;SX option, then
the query will do so, even though the $SOUNDEX function is
not applied to the left operand, and keywording may be involved.
If an MDK index using the ;SX option cannot be used, then
either the column must contain the Soundex equivalent, or
the $SOUNDEX function must be used on the left operand as
well.
Syntax
$SOUNDEX(string)
$SOUNDEX()
Required.
string
Required. This may be a CHARACTER or C STRING column, or
a string literal
top
Example
$SOUNDEX(ALAN!)
top
|