Loading TOC...

sql.difference

sql.difference(
   arg as String
) as String

Summary

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.

Example

sql.difference('Green','Greene')
=> 4

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.