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