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 ...

瀏覽:427
日期:2025-09-29
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 ......看更多