Samples
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
uuid | UUID | - | ✔ | The UUID object to extract the version number from |
Extract the version of a UUID
postgres=# SELECT uuid_version('019913ce-f124-7835-96c7-a2df691caa98');
uuid_version
--------------
7
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
uuid | UUID | - | ✔ | The UUID object to extract the version number from |
Was this page helpful?