insert into tablename(各个字段名)
select #新主键值,其他字段名
from tablename
where No = #表中主键值
转载于:https://www.cnblogs.com/honway/p/9869307.html
insert into tablename(各个字段名)
select #新主键值,其他字段名
from tablename
where No = #表中主键值
转载于:https://www.cnblogs.com/honway/p/9869307.html