其中ceil为向上取整,round为四舍五入取整,floor为向下取整。
mysql> select ceil(2.44),round(2.44),floor(2.44);
+------------+-------------+-------------+
| ceil(2.44) | round(2.44) | floor(2.44) |
+------------+-------------+-------------+
| 3 | 2 | 2 |
+------------+-------------+-------------+
1 row in set (0.00 sec)
mysql> select ceil(2.55),round(2.55),floor(2.55);
+------------+-------------+-------------+
| ceil(2.55) | round(2.55) | floor(2.55) |
+------------+-------------+-------------+
| 3 | 3 | 2 |
+------------+-------------+-------------+
1 row in set (0.00 sec)
最新评论
主要区别在于 Long 类型可以
感谢分享。。。
您好,您这个是DES加密,不是D
您好,您这个是DES加密,不是D
比别人多一点执着,你就会创造奇迹