clickhouseConvert text to hex
Usage example
SELECT hex('example')
output
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘
9951 explained code solutions for 126 technologies
SELECT hex('example')
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘