Subscribe to our news:

 Partners
 Testimonials
Renaud Lepage: "I was searching for a powerful server management as well as data management application, that could also have the ability to use stored procedures (MySQL5). I was using many separate apps. And then I stumbled upon this application. It just got better. With ease-of-use, powerful management, a very good level of customization, great MySQL server management and the very lushed graphical interface, MySQL Maestro is a product to consider seriously. I chose MySQL and this, to SQL Server 2000 and the MMC-integrated server management, for use in a programming course. I'm telling you, MySQL Maestro is a very powerful tool. Try it, you won't regret it".
Adam Allen: "I just have to say WOW!!! I'm so glad that you guys have developed something that is so useful for MySql. I am able to graphically view my tables, and I don't even have to think about my queries because I can visually design them. I just stumbled upon this, and I'm already very excited about it".
More
Add your opinion
 Customers
|
SQL Maestro for MySQL online help
Sequences
Sequence (MariaDB 10.3+) is an object that generates a sequence of numeric values. It's an alternative to AUTO INCREMENT when one wants to have more control of how the numbers are generated.
New sequences are created within Create Sequence Wizard. In order to run the wizard you should either
• | select the Object | Create Database Object... main menu item; |
• | select the Sequence icon in the Create Database Object dialog |
or
• | select the Sequences list or any object from that list in the explorer tree; |
• | select the Create New Sequence... item from the popup menu |
or
• | open the schema in Schema Editor and the Sequences tab there; |
• | press the Insert key or select the Create New Sequence item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar). |
To create a new sequence with the same properties as one of the existing sequences has:
• | select the Object | Duplicate Database Object... main menu item; |
• | follow the instructions of Duplicate Object Wizard. |
|
Sequences can be edited within Sequence Editor. In order to run the editor you should either
• | select the sequence for editing in the explorer tree (type the first letters of the sequence name for quick search); |
• | select the Edit Sequence ... item from the popup menu |
or
• | open the schema in Schema Editor and the Sequences tab there; |
• | select the sequence to edit; |
• | press the Enter key or select the Edit Sequence item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar). |
|
To drop a sequence:
• | select the sequence to drop in the explorer tree; |
• | select the Drop Sequence item from the popup menu |
or
• | open the schema in Schema Editor and the Sequences tab there; |
• | select the sequence to drop; |
• | press the Delete key or select the Drop Sequence item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar) |
and confirm dropping in the dialog window.
|
| |