SQL FunctionsString FunctionsOCTOn this pageOCTReturns a string representation of the octal value of N.SyntaxOCT(<expr>)ExamplesSELECT OCT(12);+---------+| OCT(12) |+---------+| 014 |+---------+