MySQL OCT Function

MySQL OCT is one of the String functions which converts the given value to an Octal number. The OCT function returns the string representation of that Octal number. The basic syntax of the MySQL OCT Function is as shown below: SELECT OCT(N) MySQL Octal Function Example This method query converts the user-specified number to Octal … Read more