Description | The |
Syntax | SOUNDEX( |
Output | text |
Variables
text
: The input text string that you want to convert into a SOUNDEX code.
Example'
SOUNDEX(`Name`)
ID | Name | SOUNDEX |
1 | Smith | S530 |
2 | Smythe | S530 |
3 | Johnson | J525 |
4 | Jonson | J525 |
Converts text to a SOUNDEX code for phonetic matching
Description | The |
Syntax | SOUNDEX( |
Output | text |
text
: The input text string that you want to convert into a SOUNDEX code.
SOUNDEX(`Name`)
ID | Name | SOUNDEX |
1 | Smith | S530 |
2 | Smythe | S530 |
3 | Johnson | J525 |
4 | Jonson | J525 |