Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
UNHEX « String Functions « MySQL Tutorial
MySQL Tutorial
String Functions
UNHEX
23.46.UNHEX
23.46.1.
UNHEX(str) interprets each pair of hexadecimal digits as a number and converts it to the character
23.46.2.
UNHEX(HEX('string'));
23.46.3.
HEX(UNHEX('1267'));
23.46.4.
UNHEX('GG');