UNHEX(HEX('string')); : UNHEX : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » UNHEX »

 

UNHEX(HEX('string'));


mysql>
mysql> SELECT UNHEX(HEX('string'));
+----------------------+
| UNHEX(HEX('string')) |
+----------------------+
| string               |
+----------------------+
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