109
MySQL UNHEX() Function
The unhex() is a String function of MySQL. This function converts the hexadecimal value into a string.
Syntax
Parameter:
str: hexadecimal value.
Example 1
Output:
Example 2
Output:
Next TopicMySQL String