uuid_numeric
uuid_numericβ
descriptionβ
Syntaxβ
LARGEINT uuid_numeric()
Return a uuid in type LARGEINT
.
Note that LARGEINT
has type Int128, so we could get a negative number from uuid_numeric()
.
exampleβ
mysql> select uuid_numeric();
+----------------------------------------+
| uuid_numeric() |
+----------------------------------------+
| 82218484683747862468445277894131281464 |
+----------------------------------------+
keywordsβ
UUID UUID-NUMERIC