如何查询未在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:
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...
点击下载文档
本文2024-09-16 16:24:38发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-9046.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章