clickhouseConvert text to hex
Usage example
SELECT hex('example')
output
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘
More of Clickhouse
- Convert datetime to unix timestamp
- Convert hex to text
- Create table example
- Select rows with certain value in array column
- Select where date column is between dates
- List all tables from all database
- Add row number to results
- Create table with UUID column
- Using variables in queries
- Insert array of strings in CSV format
See more codes...