The BIN() function in MySQL is used to convert a decimal number to its binary equivalent.
This function returns a string value, the binary equivalent of the decimal number passed as an argument. It returns NULL if the number is NULL.
The BIN() function in MySQL is used to convert a decimal number to its binary equivalent.
This function returns a string value, the binary equivalent of the decimal number passed as an argument. It returns NULL if the number is NULL.
0 Comments
Please Login to Comment Here