©SQL :: Manager
HomeProgram InformationTechnical detailsFree downloadDonate for a cup of coffee
myway SQL Manager for MySQL and MariaDB, Download on Uptodown
Create MariaDB sequences (SEQUENCE)

Creating MariaDB sequences

Sequences Creating MariaDB sequences is part of the sequences management
Edit MySQL sequences

Module for creating MariaDB sequences from version 10.3:

Save changes Displays the SQL statement for the new sequence.
Save changes Saves the new sequence to the database.
Sequence columns:
Name: Name of the new sequence.
Start value: Value to start the sequence with.
Minimum Value: Minimum value for sequence returns.
Maximum value: Maximum value for sequence returns.
Increment: Value by which to increment or decrement the next return.
Cache: Number of values ​​to keep in cache memory. Increases performance.
Cycle: If enabled, the sequence shall start again at the minimum value after reaching the maximum value.
Engine: Table engine for the sequence.
Comment: Comment to be stored for the sequence.
More information on creating MariaDB sequences can be found here: mariadb.com
Updated: 2023-09-15ImprintContactTerms & conditionsPrivacy & CookiesUpdatesSitemapFacebookLinkedinTwitterStatistics©2020-2024 Heino Cunze-Fischer