Re: mysqlimport --replace

2005-01-29 Thread Clodoaldo Pinto
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

mysqlimport --replace

2005-01-29 Thread Clodoaldo Pinto
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