clickhouseGenerate UUID
Usage example
SELECT generateUUIDv4()
output
┌─generateUUIDv4()─────────────────────┐
│ 20309783-d2d0-4723-8235-6da80de62ec8 │
└──────────────────────────────────────┘
More of Clickhouse
- Convert hex to text
- Convert datetime to unix timestamp
- Using variables in queries
- Select where date column is between dates
- List all tables from all database
- Get total database size
- Select rows with certain value in array column
- String concat
- Create table with UUID column
- Add row number to results
See more codes...