SQL 函数字符串函数BIN在本页BINReturns a string representation of the binary value of N.SyntaxBIN(expr)ArgumentsArgumentsDescriptionexprThe number.Return TypeA string.ExamplesSELECT BIN(12);+---------+| BIN(12) |+---------+| 1100 |+---------+