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