MySQL BIN Function

MySQL BIN function is one of the String Functions, which is to return the string representation of the binary value of a number. The basic syntax of the MySQL BIN Function is as shown below: SELECT BIN(Numeric_Expression) FROM [Source] Numeric_Expression: Please specify a valid Expression or Number. It accepts up to BIG INT. To demonstrate … Read more