UUID_SHORT()

Overview

Returns a "short" universal identifier as a 64-bit unsigned integer.

Using UUID_SHORT() requires a server_id between 0 and 255. 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.

SYNONYMS

SCHEMA

PARAMETERS

SKYSQL

PRIVILEGES

EXAMPLES

SELECT UUID_SHORT();
+---------------------+
| UUID_SHORT()        |
+---------------------+
| 7085475209542606849 |
+---------------------+

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.09

  • Present starting in MariaDB Xpand 23.09.1.

6.1

  • Present starting in MariaDB Xpand 6.1.0.

6.0

  • Present starting in MariaDB Xpand 6.0.3.

5.3

  • Present starting in MariaDB Xpand 5.3.13.

Release Series

History

6.0

  • Present starting in MariaDB Xpand 6.0.3.

5.3

  • Present starting in MariaDB Xpand 5.3.13.

Release Series

History

6.1

  • Present starting in MariaDB Xpand 6.1.0.

EXTERNAL REFERENCES