UUID Type Preview
| Function Name | Description |
|---|---|
| GENERATE_UUID | Generates a random UUID version 4 (RFC 4122) value. Returns a native UUID type that can be used directly in UUID columns or cast to other types. |
| IS_UUID | Returns TRUE if the input expression is a VARIANT<UUID>. |