HEX_DECODE
Hex decode.
Category: Hash & Encoding Functions
Syntax
HEX_DECODE(blob)Arguments
- blob
varcharMust be well-formed hex text; other input is rejected at execution.
Returns
VARBINARY — Returns the computed result as VARBINARY.
Hex decode.
Category: Hash & Encoding Functions
HEX_DECODE(blob)varchar
Must be well-formed hex text; other input is rejected at execution.VARBINARY — Returns the computed result as VARBINARY.