Syntax
uuid()
Purpose
You can call this function to generate a globally unique ID.
Examples
obclient> SELECT UUID();
+--------------------------------------+
UUID()
+--------------------------------------+
eef95d17-e944-11eb-824a-ca1fa9040697
+--------------------------------------+
1 row in set (0.00 sec)