soundex
This function is used to return the soundex string from str, for example, soundex('Miller') = M460.
Syntax
soundex(string <str>)
Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
str |
Yes |
STRING |
String to be converted |
Return Values
The return value is of the STRING type.
If the value of str is NULL, NULL is returned.
Example Code
The value M460 is returned.
SELECT soundex('Miller');
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot