sql - How to copy a row and insert in same table with a ...

sql - How to copy a row and insert in same table with a ...

瀏覽:1301
日期:2025-06-15
2012年2月6日 - How to copy a row and insert in same table with a autoincrement field in MySQL? ... select c1, c2, ... from your_table where id = 1. where c1, c2, ... are all the columns ......看更多