Entering content frame

Procedure documentation Creating a Sequence Locate the document in the library structure

Use

You can use SQL Studio to create new sequences in the database.

Prerequisites

You need to have the necessary user authorizations and the NOT EXCLUSIVE user attribute.

Note

For an explanation of user authorizations and user attributes, see the Structure linkDatabase Users section of the Concepts of the Database System documentation and the Structure linkAuthorization section of the SQL Reference Manual.

Procedure

...

       1.      Choose Catalog Manager® New ® Sequence Definition.

       2.      Enter a name for the sequence, and define the required values.

       3.      Choose Sequence Definition ® Create Sequence.

       4.      To export the SQL statement for creating the sequence to the SQL dialog, choose Sequence Definition ® Export to SQL Dialog.

Note

For information on the syntax of CREATE SEQUENCE statements, see the Structure linkCREATE SEQUENCE Statement section of the SQL Reference Manual.

 

Leaving content frame