clickhouseConvert text to hex
Usage example
SELECT hex('example')
output
┌─hex('example')─┐
│ 6578616D706C65 │
└────────────────┘
More of Clickhouse
- Using variables in queries
- Get total database size
- List all tables from all database
- Convert string to date/time
- Create table example
- How to execute SQL query from a file
- Select where date column is between dates
- Remove column from a table
- Show running queries
- List all users
See more codes...