Database Error Messages

CPY-00009

Fewer column list names than columns in destination table

Cause

On an APPEND operation or an INSERT (when the table exists), the number of columns in the column name list is less than the number of columns in the destination table.


Action

Re-specify the COPY command, making sure that the number of columns in the column list agrees with the number in the destination table.