how can i copy line x...xx out of a mysql database and then reinsert it ???
thankx
I'm not sure, but it seems like you need this one:
REPLACE INTO table_name SET primary_keyed_field = X, data_field1 = 'foo', data_field2 = 0