SQL 函数字符串函数OCT在本页OCTReturns a string representation of the octal value of N.SyntaxOCT(expr)ExamplesSELECT OCT(12);+---------+| OCT(12) |+---------+| 014 |+---------+