热门标签
更多>
搜索结果
查询Tags标签: FItemID,共有 2条记录-
sql 将查询结果插入已存在表
insert into #check_wl select t1.FItemID PId,t2.FItemID,t2.FQty from ICBOM t1 left join ICBOMCHILD t2 on t1.FInterID =t2.FInterID where and FUseStatus=1072 and t2.FItemID>0 union all select t1.FItemID PId,t2.FItemID ,t2.FQty from ICBOM t1 lef…
2022/1/15 19:04:17 人评论 次浏览 -
sql 将查询结果插入已存在表
insert into #check_wl select t1.FItemID PId,t2.FItemID,t2.FQty from ICBOM t1 left join ICBOMCHILD t2 on t1.FInterID =t2.FInterID where and FUseStatus=1072 and t2.FItemID>0 union all select t1.FItemID PId,t2.FItemID ,t2.FQty from ICBOM t1 lef…
2022/1/15 19:04:17 人评论 次浏览