HEXTORAW

HEXTORAW converts a hexadecimal value to a raw value.

Return Value

RAW

Syntax

HEXTORAW (char)

Arguments

char is a hexadecimal value in the CHAR, VARCHAR2, NCHAR, or NVARCHAR2 data type.

Example

HEXTORAW('7D') returns the RAW value 7D.