Skip to content

SOUNDEX function #39880

@den-crane

Description

@den-crane

https://mariadb.com/kb/en/soundex/

mysql> select SOUNDEX('aksel');
+------------------+
| SOUNDEX('aksel') |
+------------------+
| A240             |
+------------------+
1 row in set (0.00 sec)

mysql> select SOUNDEX('axel');
+-----------------+
| SOUNDEX('axel') |
+-----------------+
| A240            |
+-----------------+
1 row in set (0.00 sec)

Also interesting https://mariadb.com/kb/en/sounds-like/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions