©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
This website works better with Javascript
The MyWAY SQL Manager can be downloaded here for free: as PHP installation file as GZIP file as ZIP archive
If the download from this page does not work, you can also download the program here (Virus checked at heise.de).
By downloading you accept the General Terms and Conditions
The program MyWAY SQL-Manager only works with Javascript
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Sequence functions in MariaDB

MySQL and MariaDB - Overview of the Sequence functions

MariaDB introduced support for sequences and sequence functions in version 10.3, allowing users to create and manage sequences with ease. Sequence functions can be useful when working with sequences in MariaDB. They can be used to manage and retrieve values from sequences in an efficient and convenient manner. However, it is important to note that not all versions of MariaDB support sequence functions, so it is important to check the version before using these functions.

These functions are not available in MySQL.
Sequenz-Funktionen

NEXTVALNEXTVAL(Sequence)
Generiert den nächsten Wert in einer Sequenz und gibt ihn zurück. Synonym für NEXT VALUE FOR sequence.
More about NEXTVAL Function
LASTVALLASTVAL(Sequence)
Gibt den letzten Wert in einer aktuellen Verbindung zurück, der in einer Sequenz generiert wurde. Synonym für PREVIOUS VALUE FOR sequence.
More about LASTVAL Function
SETVALSETVAL(Sequence, Value [, Reserved] [, Cycle])
Setzt den nächsten Wert, der von einer Sequenz zurückgegeben werden soll und gibt ihn zurück.
More about SETVAL Function


See also: List of all MySQL and MariaDB built-in functions
Updated: 2025-11-04ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedin©2020-2025 Heino Cunze-Fischer