Sequences Support in MariaDB Server 10.3
Posted on May 25, 2018 by Sequences Support in MariaDB Server 10.3
In the SQL standard SQL:2003 sequences are defined. The idea of sequences is to have a way of requesting unique values on demand. The typical use case for sequences is…
Read More