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