博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

更新货位的子库存

Posted on 2011-12-05 09:11  奥客  阅读(151)  评论(0编辑  收藏  举报


 select * from inv.mtl_item_locations
 where  inventory_location_id=9298
 and  segment1='张三,'

 

 

 update inv.mtl_item_locations set subinventory_code='LENDING'
 where  inventory_location_id=9298
 and  segment1='张三,'