Skip to content

W3schools

Subscribe Youtube For Video Tutorials
  • Academics
    • Physics
    • Chemistry
    • Math
    • Biology
    • English
    • Hindi
  • Tutorials
    • Quartz scheduler
    • Log4j
    • JUnit
    • Java Mail
    • Java Generics
    • JAXB
    • Jsoup
    • JSON
    • XML Parser
    • Data structure
  • Java
    • Java
    • Collection framework
    • Java date time api
    • Java regex
    • Design patterns
  • Android
  • Servlet
    • JSP
  • Spring
    • Spring
    • Spring AOP
    • Spring DI
    • Spring MVC
    • Spring spel
    • Spring boot
    • Spring security
  • Hibernate
  • WS
    • Stories
  • Python
  • Web
    • Ajax
    • HTML
    • CSS
    • Javascript
    • jQuery
      • jQuery UI
    • PHP
    • TypeScript
    • ReactJS
    • Backbone.js
    • Bootstrap
      • Bootstrap 4
    • XML
      • XML DOM
      • XPath
      • XQuery
      • XSD
      • XSLT
  • Angular
    • AngularJS
    • Angular 7 Tutorial
    • Angular 8 Tutorial
  • DB
    • SQL
    • SQLite
    • MongoDB
    • MySQL
    • Oracle
    • PL/SQL
    • PostgreSQL
    • PouchDB
    • DBMS
  • C
  • More
    • Q&A
    • Quiz
    • Ant
    • CPP
    • JDBC
    • JPA
    • JSF
    • JAR
    • Maven
    • WAR
    • WordPress

SOUNDEX() FUNCTION in MySQL

by

SOUNDEX() FUNCTION
The MySQL SOUNDEX function is used to get a Soundex string.

Syntax:

SOUNDEX (string);

Parameters:
string: It is used to specify the string to evaluate.

Example:

mysql> SELECT SOUNDEX (‘mysql’);

Output:

M240
Categories MySQL Tags SOUNDEX() FUNCTION in MySQL, SOUNDEX() FUNCTION in MySQL Examples, SOUNDEX() FUNCTION in MySQL Parameters, SOUNDEX() FUNCTION in MySQL Syntax
QUOTE() FUNCTION in MySQL
UNHEX() FUNCTION in MySQL
© 2024 W3schools • Built with GeneratePress