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

  1. mysql> select uuid_numeric();
  2. +----------------------------------------+
  3. | uuid_numeric() |
  4. +----------------------------------------+
  5. | 82218484683747862468445277894131281464 |
  6. +----------------------------------------+

keywords

  1. UUID UUID-NUMERIC