SOUNDEX(str) : SOUNDEX : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » SOUNDEX »

 

SOUNDEX(str)


mysql>
mysql> SELECT SOUNDEX('Hello');
+------------------+
| SOUNDEX('Hello') |
+------------------+
| H400             |
+------------------+
row in set (0.00 sec)

mysql>
mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» SOUNDEX