UUID_SHORT()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
Returns a "short" universal identifier as a 64-bit unsigned integer.
Using UUID_SHORT()
requires a server_UUID_SHORT()
is not guaranteed unique across nodes in SkySQL.'
USAGE
UUID_SHORT()
DETAILS
UUID_SHORT()
is an information function that returns a Universal Unique Identifier (UUID) that is shorter than the UUID() function.
The return value is a 64-bit unsigned integer identifier that is may not be globally unique under all conditions.
EXAMPLES
SELECT UUID_SHORT();
+---------------------+
| UUID_SHORT() |
+---------------------+
| 7085475209542606849 |
+---------------------+