UUID Functions
Function | Description | Example | Result |
---|---|---|---|
GEN_RANDOM_UUID | Generate a random UUID based on v4. | gen_random_uuid() | ab1bce12-4508-4d11-bd96-c42e9e7eefdd |
UUID() | Generate a UUID. | UUID() | c72fe96b-3662-4f49-a63b-345b17ceebd6 |
Function | Description | Example | Result |
---|---|---|---|
GEN_RANDOM_UUID | Generate a random UUID based on v4. | gen_random_uuid() | ab1bce12-4508-4d11-bd96-c42e9e7eefdd |
UUID() | Generate a UUID. | UUID() | c72fe96b-3662-4f49-a63b-345b17ceebd6 |