Samples
-
Generate a UUIDv7 object based on the current time
-
Insert a generated UUIDv7 object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate a version 7 UUID based on current time
SELECT generate_uuidv7();
generate_uuidv7
--------------------------------------
019913ce-f124-7835-96c7-a2df691caa98
INSERT INTO alerts VALUES (generate_uuidv7(), 'high CPU');
| Column | Type | Description |
|---|---|---|
generate_uuidv7 | UUID | A UUIDv7 object based on the current time with random bits. |