MySQL UNHEX Function

MySQL UNHEX is one of the String functions, which is to convert the Hexadecimal number into the bytes represented by the Number. The return value of this method is a binary string. We can call this UNHEX function as an inverse of HEX(), and the basic syntax of it is as shown below: SELECT UNHEX(String_Value); The characters … Read more