clone data

Duplicating entire rows in MySQL table to the same table

One line MySQL query to clone entire data from a table to the same table without conflicting primary key.

12 years ago