Mysql round()
ROUND(x) 函数返回最接近于参数 x 的整数;ROUND(x,y) 函数对参数x进行四舍五入的操作,返回值保留小数点后面指定的y位。
round(x,y)示例:
select round(100.123456, 4); 结果: 100.1235
round(x) 示例:
select round(100.123456, 0); select round(100.123456); 结果: 100
钟声敲响了日落,柏油路跃过山坡,一直通向北方的是我们想象,长大后也未曾经过~