SQL FunctionsString FunctionsBINOn this pageBINReturns a string representation of the binary value of N.SyntaxBIN(<expr>)ArgumentsArgumentsDescription<expr>The number.Return TypeVARCHARExamplesSELECT BIN(12);+---------+| BIN(12) |+---------+| 1100 |+---------+