soundex
This section contains reference documentation for the soundex function.
Signature
Usage Examples
SELECT soundex('Robert') AS value
FROM ignoreMevalue
SELECT soundex('Rupert') AS value
FROM ignoreMevalue
SELECT soundex('Ashcraft') AS value
FROM ignoreMevalue
SELECT soundex('') AS value
FROM ignoreMevalue
Notes
Last updated
Was this helpful?

