HEX
Returns the hexadecimal representation of a string or number.
Analyze Syntax
func.hex(<expr>)
Analyze Examples
func.hex(255)
┌──────┐
│ 'FF' │
└──────┘
SQL Syntax
HEX(<expr>)
SQL Examples
SELECT HEX(255);
┌────┐
│ FF │
└────┘
Returns the hexadecimal representation of a string or number.
func.hex(<expr>)
func.hex(255)
┌──────┐
│ 'FF' │
└──────┘
HEX(<expr>)
SELECT HEX(255);
┌────┐
│ FF │
└────┘