Any way to use levenshtein distance in saved searches?
g
George McMullen
04/19/2019, 5:28 AM
I wonder if you could use utl_match, a la
George McMullen
04/19/2019, 5:28 AM
UTL_MATCH.EDIT_DISTANCE ( {field1}, {field2} )
George McMullen
04/19/2019, 5:28 AM
In a formula.
j
jen
04/23/2019, 8:04 PM
@George McMullen doesn’t work unfortunately. NS doesn’t support it.
g
George McMullen
04/23/2019, 8:22 PM
Too bad. Might be too new in terms of Oracle SQL or could be that darn period in the function name. First time I saw something like that. Most other implementations I've seen use some kind of procedure.