
sql.difference( arg as String ) as String
Returns an integer value that indicates the difference between the SOUNDEX values of two character expressions.
| Parameters | |
|---|---|
| arg | The string whose difference will be returned. |
sql.difference('Green','Greene')
=> 4
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.