Insert a bunch of duplicate rows into a mysql table
Posted
by incrediman
on Stack Overflow
See other posts from Stack Overflow
or by incrediman
Published on 2010-04-12T06:19:36Z
Indexed on
2010/04/12
6:23 UTC
Read the original article
Hit count: 412
I need to insert 50 rows into a mysql table. They should all be exactly identical, besides the primary key.
Is there a query that can do this?
© Stack Overflow or respective owner