SQL FunctionsString FunctionsBINOn this pageBINReturns a string representation of the binary value of N. Syntax BIN(<expr>) Arguments ArgumentsDescription<expr>The number. Return Type VARCHAR Examples SELECT BIN(12);+---------+| BIN(12) |+---------+| 1100 |+---------+