Home | Previous Page | Next Page   Data Migration Utilities > The dbschema Utility >

Sequence Creation

Read syntax diagramSkip visual syntax diagram>>- -seq--+-sequence-+-----------------------------------------><
          '-all------'
 
Element Purpose Key Considerations
-seq sequence Displays the CREATE SEQUENCE statement defining sequence None.
-seq all Displays all CREATE SEQUENCE statements for the database None.

Executing dbschema with option -seq sequitur might produce this output:

CREATE SEQUENCE sequitur INCREMENT 10 START 100 NOCACHE CYCLE

For more information about the CREATE SEQUENCE statement, see the IBM Informix: Guide to SQL Syntax.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]