Hitachi

Hitachi Advanced Database Messages


KFAA30617-E

The number of columns in the aa....aa exceeds 16. (M+J+O)

An error occurred in an SQL statement because the number of columns specified exceeded the maximum of 16.

aa....aa:

Cause of the error

S:

Ignores this SQL statement.

Action:

Based on the cause of the error displayed in place of aa....aa, take one of the following corrective actions.

Cause of the error displayed for aa....aa

Cause of the error and corrective action to take

SQLSTATE

index

The number of indexed columns in a multiple-column index exceeds the maximum of 16. Decrease the number of indexed columns to 16 or fewer.

425C6

primary key

The number of columns constituting a primary key exceeds the maximum of 16. Decrease the number of columns constituting the primary key to 16 or fewer.

foreign key

The number of columns constituting a foreign key exceeds the maximum of 16. Decrease the number of columns constituting the foreign key to 16 or fewer.

425CD