Open albu77 opened 3 years ago
I have done some research and it seems soundex is more or less supported by most engines (and thus we can compare based on soundex value):
*) This function is omitted from SQLite by default. It is only available if the SQLITE_SOUNDEX compile-time option is used when SQLite is built.
It's interesting in some case when we want to check before creation for already existing record but with a close spelling.