Returns a hexadecimal string for the given binary value.
in: A binary value.
Examples
SELECT to_hex(binary_string('hello')) -- 68656C6C6F
Last updated 2 years ago
Was this helpful?