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
Powered by MarkLogic Server | Terms of Use | Privacy Policy