UUID
Returns a random UUID string.
Analyze Syntax
func.uuid()
Analyze Examples
func.uuid()
┌────────────────────────────────────────┐
│ '550e8400-e29b-41d4-a716-446655440000' │
└────────────────────────────────────────┘
SQL Syntax
UUID()
SQL Examples
SELECT UUID();
┌──────────────────────────────────────┐
│ 550e8400-e29b-41d4-a716-446655440000 │
└──────────────────────────────────────┘