Returns a hexadecimal string for the given binary value.
in: A binary value.
Examples
SELECT to_hex(binary_string('hello')) -- 68656C6C6F
Last updated 1 year ago