Home » MySQL String OCT() Function

MySQL String OCT() Function

by Online Tutorials Library

MySQL OCT() Function

Oct(n) is a Sring function of MySQL. This method returns octal value of given number (n).

Syntax

Example 1

Output:

MySQL String OCT() Function

Example 2

Output:

MySQL String OCT() Function

Next TopicMySQL String

You may also like