Note Regarding Import and Autoincrement Default Columns

You cannot import values into a column defined with an autoincrement default. To import into a table with an autoincrement default, you must first modify the table to drop the default. Once the import is complete, you can re-add the column default.

For more information, see Adding or Dropping an Autoincrement Default.