Show TOC

-7072: More than one column with default SERIAL not allowedLocate this document in the navigation structure

Use

Explanation

You tried to assign the DEFAULT SERIAL DEFAULT specification more than once when defining a base table. In each base table, there may not be more than one column with the DEFAULT SERIAL default specification.

User Response

Choose a column from which this definition can be omitted. Then repeat the modified SQL statement.