Loading TOC...
Matches for cat:function/javascript (cat:function/javascript (cat:function (cat:function (cat:function)))) have been highlighted. remove

MarkLogic 12 Product Documentation
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.