Skip to contents

Converts a value from hexadecimal representation to a blob.

Usage

from_hex(value = VARCHAR)

Arguments

value

VARCHAR

Value

BLOB

SQL examples

from_hex('2A')