Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > ALTER SEQUENCE >

ORDER or NOORDER Option

These keywords have no effect on the behavior of the sequence. The sequence always issues values to users in the order of their requests, as if the ORDER keyword were always specified. The ORDER and NOORDER keywords are accepted by the ALTER SEQUENCE statement, however, for compatibility with implementations of sequence objects in other dialects of SQL.

Related Information

Related statements: CREATE SEQUENCE, DROP SEQUENCE , RENAME SEQUENCE, CREATE SYNONYM , DROP SYNONYM , GRANT, REVOKE, INSERT , UPDATE , and SELECT

For information about the syssequences system catalog table in which sequence objects are registered, see the IBM Informix Guide to SQL: Reference.

For information about initializing, generating, or reading values from a sequence, see NEXTVAL and CURRVAL Operators (IDS).

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]