Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Kym Harper : "Beautifully presented tools (and web site) and great service. I will be sending links to many other individuals who should be interested. Wishing you every continued success and thank you again".
Fred Hildenbrand: "I have purchased MySQL Maestro and like it very much, it has made it much easier to deal with DBA maintenance and table replication as well as a quick way to create SQL statements with the graphical query tool. Good job on a fine product".

More

Add your opinion

SQL Maestro for MySQL online help

Prev Return to chapter overview Next

Sequence Editor

Use Sequence Editor to change properties of existing sequences. The editor can be opened automatically after the sequence is created or from the Explorer Tree and Object Manager.

 

The basic principles of Object Editors in SQL Maestro for MySQL are explained in a separate topic. Below you will find a description of editor tabs that are unique for the current object.

 

 

Name

Here you can rename the sequence.

 

Comment

This field stores a comment to the sequence. Value contains the starting sequence value here.

 

Increment by

Here you can edit the value which is added to the current sequence value to create a new value.

 

The Maximum Value and the Minimum Value contain the maximum and the minimum values for the sequence.

 

Cashe size

Specify how many sequence numbers are to be preallocated and stored in memory for faster access.

 

Cycle

The checkbox represents whether the sequence is cycle.

 

To apply the changes, select the Apply Changes item in the Navigation bar or use Ctrl+F9 or Ctrl+F7 shortcut keys.

 

It is also possible to modify object properties without opening the object editor: use the Object Properties item of the popup menu of the selected object from the explorer tree.



Prev Return to chapter overview Next