clickhouseGenerate UUID
Usage example
SELECT generateUUIDv4()
output
┌─generateUUIDv4()─────────────────────┐
│ 20309783-d2d0-4723-8235-6da80de62ec8 │
└──────────────────────────────────────┘More of Clickhouse
- Using anyLast() with grouped data
- Disable logs
- Create AggregatingMergeTree materialized view
- Get total database size
- Increase number of concurrent queries
- Using multiIf in query
- Get year and month from date
- How to format date/time
- Select rows with any of specified values in array column
- List all tables from all database
See more codes...