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

How PI() Works in MariaDB

In MariaDB, PI() is a built-in function that returns the value of the number π (pi).

The number π is a mathematical constant. It is defined as the ratio of a circle’s circumference to its diameter, and it also has various equivalent definitions. It is approximately equal to 3.141593, although its decimal representation never ends.

Read more