Teamcenter 更改计量单位

update infodba.pitem p
set p.ruom_tagu =
(select uom.puid
from infodba.punitofmeasure uom
where uom.psymbol = 'Decimal'),
p.ruom_tagc='497'
where p.pitem_id in ('8891562609');

select * from infodba.punitofmeasure uom

posted @ 2026-07-08 14:30  张永全-PLM顾问  阅读(24)  评论(0)    收藏  举报