The default type of a hexadecimal value is a string : Hexadecimal : Data Types MySQL TUTORIALS


MySQL TUTORIALS » Data Types » Hexadecimal »

 

The default type of a hexadecimal value is a string


mysql>
mysql> SELECT 0x41, CAST(0x41 AS UNSIGNED);
+------+------------------------+
0x41 | CAST(0x41 AS UNSIGNED|
+------+------------------------+
| A    |                     65 |
+------+------------------------+
row in set (0.00 sec)



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Types
» Hexadecimal