我在表0.0821中有一个值,我想将其转换为8.21.
我的SQL查询是 to_char(round(prdll_yr2.rate_chg_pct_qty *100 ),'9.99')
to_char(round(prdll_yr2.rate_chg_pct_qty *100 ),'9.99')
但它返回8.00而不是8.21.
sql oracle decimal rounding
decimal ×1
oracle ×1
rounding ×1
sql ×1