Home » MySQL String ORD() Function

MySQL String ORD() Function

by Online Tutorials Library

MySQL ORD() Function

ORD(str) is a Sring function of MySQL This method returns code for the given string.

Syntax

Example 1

Output:

MySQL String ORD() Function

Example 2

Output:

MySQL String ORD() Function

Next TopicMySQL String

You may also like