clickhouseConvert text to hex
Usage example
SELECT hex('example')
output
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘
More of Clickhouse
- Get year and month from date
- Using anyLast() with grouped data
- List all tables from all database
- Get total database size
- Select where date column is between dates
- Inserting JSONEachRow format data into table
- How to use regex in queries
- Remove column from a table
- List all users
- Disable logs
See more codes...