摘要: drop table if exists #t1select a.BusinessId,a.MRPTime,b.PartNo,c.Type,c.WeekSeq,c.ValueA,c.ValueB,c.ValueC,c.ValueDinto #t1 from CTB_Master a with(nol 阅读全文
posted @ 2025-09-18 10:15 老飞飞 阅读(2) 评论(0) 推荐(0)