ReferenceFunctionsString FunctionsBINOn this pageBINReturns a string representation of the binary value of N.SyntaxBIN(expr)ArgumentsArgumentsDescriptionexprThe number.Return TypeA string.ExamplesSELECT BIN(12);+---------+| BIN(12) |+---------+| 1100 |+---------+