Community

Emulating Sequences in MySQL and MariaDB

(Geoff Montee) Sequences are objects defined by the SQL standard that are used to create monotonically increasing sequences of numeric values. Whenever nextval is called on a sequence object, it generates and returns the next number in the sequence.

Read More - Register for Free Membership