select *into newtable from a_mplist 把a_mplist的表中的数据复制到newtable表中结构也是一样的
insert into newtable select * from a_mplist 把a——mplist表中的数据复制到newtable中,其中newtable必须是存在的表
select * from A_MRPList where FBillNo='201911001' --MRP单据头 删除单据头的时候Mplan 也要删除,要不会有残留数量会X2
select * from A_MPlan where FMRPBillNo='201911001' --MRP 销售单据源头
select * from A_MPlanList where FMRPBillNo='201911001' --MRP 主计划单据体