TEXT value. This function accepts no arguments.
Syntax
Return Type
GEN_RANDOM_UUID_TEXT returns a result of type TEXT.
Example
The following code example generates a random UUID as aTEXT value:
| id_col text |
|---|
| e816c961-c73a-4a36-8aaf-40a641106687 |
Rows: 1Execution time: 5.27ms