clickhouseConvert text to hex
Usage example
SELECT hex('example')
output
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘
More of Clickhouse
- Using variables in queries
- List all tables from all database
- Get year and month from date
- Using anyLast() with grouped data
- Convert array to string
- How to get median value
- Convert datetime to unix timestamp
- List all users
- Select where date column is between dates
- Using groupArray in queries
See more codes...