Andy wrote:
>i've got a textfile of data separated by '|'. One of the fields in my
>table is a serial (auto_increment) field.
>When i import the data with the copy command i get duplicate key error.
>The key is the serial - field.
>I recognized that the copy command doesn't auto_incremen
Hello,
i've got a textfile of data separated by '|'. One of the fields in my
table is a serial (auto_increment) field.
When i import the data with the copy command i get duplicate key error.
The key is the serial - field.
I recognized that the copy command doesn't auto_increment the serial
field.