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. Syntaxselect ord(str); Example 1Select ord('mysql'); Output: Example 2Select ord('mysql'); Output:
Next TopicMySQL String
|