Open topic with navigation
The value that is returned indicates how different the two input strings are calculated according to the Damerau-Levenshtein edit distance algorithm.
dle_dst (<str_expr_1>, <str_expr_2>)
SELECT DLE_DST('on','no')
Returns: 1
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.