How To Use Soundex With Sqlite In Android
Could someone please guide me on how to use soundex in sqlite. or can we use 'soundex' function in sqlite. if we can use it Please provide an example if possible. thanks in advance
Solution 1:
The soundex() function would have to be enabled with the SQLITE_SOUNDEX compile-time option. The Android framework does not do this.
Post a Comment for "How To Use Soundex With Sqlite In Android"