Previous Topic

Next Topic

Create Sequence

Valid in: SQL, ESQL

The Create Sequence statement creates new sequences. Sequences are defined database entities that are used to supply a set of integer values to an application in sequential order according to a set of definition parameters. These parameters are set by specifying sequence_options as explained below.

Previous Topic

Next Topic

Syntax

The Create Sequence statement has the following format:

[EXEC SQL] CREATE SEQUENCE [schema.]sequence_name [sequence_options]


© 2007 Ingres Corporation. All rights reserved.