格搜:生产订单-附加数量-计算计划数量的小数点补足整数
小于 1 分钟
- 示例代码
SELECT CEILING(cast($[$37.2.1] as numeric(18,2))* cast($[OWOR.PlannedQty.number] as numeric(18,8)) )
- (cast($[$37.2.1] as numeric(18,2)) * cast($[OWOR.PlannedQty.number] as numeric(18,2)) )
SELECT CEILING(cast($[$37.2.1] as numeric(18,2))* cast($[OWOR.PlannedQty.number] as numeric(18,8)) )
- (cast($[$37.2.1] as numeric(18,2)) * cast($[OWOR.PlannedQty.number] as numeric(18,2)) )