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