Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Transactions and isolation levels » Primary key generation and concurrency » Use of a sequence to generate unique values

 

Creating a sequence

You can use Sybase Central to create a sequence.

Prérequis

You must have the CREATE ANY SEQUENCE or CREATE ANY OBJECT system privilege.

 Task
  1. In Sybase Central, use the SQL Anywhere 16 plug-in to connect to the database.

  2. In the left pane, right-click Sequence Generators, then click New » Sequence Generator.

  3. Follow the instructions in the Create Sequence Generator Wizard.

Résultat

The sequence is been created.

 See also