pdate the table lines with the same unique key and
> mantain the other lines untouched.
>
> When I use "mysqlimport --replace" the table lines with the same
> unique key are updated but the others are deleted.
>
> Is it the expected behavior? How to avoid the other line
I need to update a table with mysqlimport.
I would like to update the table lines with the same unique key and
mantain the other lines untouched.
When I use "mysqlimport --replace" the table lines with the same
unique key are updated but the others are deleted.
Is it the expected beh