How UUID_SHORT() Works in MariaDB

In MariaDB, UUID_SHORT() is a built-in function that returns a short Universal Unique Identifier (UUID).

It returns a 64-bit unsigned integer (as opposed to the string-form 128-bit identifier as returned by the UUID() function).

Read more