in reply to Re^7: String Comparison & Equivalence Challenge
in thread String Comparison & Equivalence Challenge
$ psql psql (14devel) testdb=# select strict_word_similarity('Ashchenaz', 'Ashkenaz'); strict_word_similarity ------------------------ 0.46153846 (1 row) Time: 1.381 ms
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: String Comparison & Equivalence Challenge
by LanX (Saint) on Mar 15, 2021 at 14:24 UTC |