Compute The Levenshtein Distance Of Two Strings
PostgreSQL has a built-in function for computing the Levenshtein distance between two strings.
Check out the fuzzystrmatch
module for more details.
Last updated
Was this helpful?
PostgreSQL has a built-in function for computing the Levenshtein distance between two strings.
Check out the fuzzystrmatch
module for more details.
Last updated
Was this helpful?