Parameter | Type |
---|---|
x | string |
Returns: string
Example
query:
SELECT SOUNDEX("baz")
results:
soundex |
---|
B600 |
A string function that phonetically index words by sound, as pronounced in english. A full description of the soundex algorithm can be found here: https://en.wikipedia.org/wiki/Soundex
Parameter | Type |
---|---|
x | string |
query:
SELECT SOUNDEX("baz")
results:
soundex |
---|
B600 |