如何查询未在BOM中使用过的物料

栏目:k3wise知识作者:金蝶来源:金蝶云社区发布:2024-09-16浏览:1

如何查询未在BOM中使用过的物料

关于未在BOM中使用物料的查询可以通过以下语句操作:
select * from t_Item a where not exists
(select fitemid from ICBOM b where b.fitemid=a.FItemID
union all select fitemid from ICBOMChild c where c.FItemID=a.FItemID)

厉害
楼上大侠可以帮忙改改不
:victory:

如何查询未在BOM中使用过的物料

关于未在BOM中使用物料的查询可以通过以下语句操作: select * from t_Item a where not exists(select fitemid from ICB...
点击下载文档
分享:
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息