In MySQL I am trying to copy a row with an autoincrement column ID=1 and insert the data into same table as a new row with
column ID=1
Dump the row you want to sql and then use the generated SQL, less the ID column to import it back in.