Categories: Conversion, String, Binary
TO_HEX
Returns a hexadecimal string for the given binary value.
Syntax
TO_HEX(in binary) → string
- in: A binary value
Examples
TO_HEX exampleselect to_hex(binary_string('hello'))
-- 68656C6C6F
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.