2019年4月9日

03-oracle数值函数

摘要: --round(数值,想要保留的位数如1.2.3),作用:保留小数取值时四舍五入select round(678.656) 不保留小数,round(678.456,1) 保留一位小数,round(678.456,2) 保留两位小数,round(678.456,-1) 整数进位个位四舍五入,round 阅读全文

posted @ 2019-04-09 21:51 joeshang 阅读(216) 评论(0) 推荐(0) 编辑

导航