ποΈ from_binary
Converts a binary value to a VARCHAR string based on the specified binary format (binarytype). The following binary formats are supported: hex, encode64, and utf8. If no binarytype is specified, hex is the default.
ποΈ to_binary
Converts a VARCHAR string to a binary value based on the specified binary format (binarytype) of the input string. The following binary formats are supported: hex, encode64, and utf8. If no binarytype is specified, hex is the default.