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().
mysql> select uuid_numeric(); +----------------------------------------+ | uuid_numeric() | +----------------------------------------+ | 82218484683747862468445277894131281464 | +----------------------------------------+
UUID UUID-NUMERIC