C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
| MySQL ORD() FunctionORD(str) is a Sring function of MySQL This method returns code for the given string. Syntax
 select ord(str); Example 1
 
Select ord('mysql');
Output:   Example 2
 
Select ord('mysql');
Output:   
Next TopicMySQL String
 |