In MySQL, can I copy one row to insert into the same table?

后端 未结 26 2321
-上瘾入骨i
-上瘾入骨i 2020-11-27 09:56
insert into table select * from table where primarykey=1

I just want to copy one row to insert into the same table (i.e., I want to duplicate an ex

26条回答
提交回复
热议问题