网站首页 站内搜索

搜索结果

查询Tags标签: FInterID,共有 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 人评论 次浏览
扫一扫关注最新编程教程