UNHEX(str) interprets each pair of hexadecimal digits as a number and converts it to the character : UNHEX : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » UNHEX »

 

UNHEX(str) interprets each pair of hexadecimal digits as a number and converts it to the character


The resulting characters are returned as a binary string.

Performs the inverse operation of HEX(str).

mysql> SELECT UNHEX('4D7953514C');
+---------------------+
| UNHEX('4D7953514C') |
+---------------------+
| MySQL               |
+---------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» UNHEX