Entering content frame

-7002: KEY not allowed Locate the document in the library structure

Explanation:

...

The CREATE TABLE statement must list the key columns first if they are defined by a KEY specification in a key_or_not_null_spec.

In a CREATE TABLE statement, it is not allowed to specify KEY in a key_or_not_null_spec and a key definition.

User Action:

Specify the key columns in the SQL statement correctly.

 

Leaving content frame