
数数类
复制MySQL> select round(1.23);              +-------------+ | round(1.23) | +-------------+ | 1 | +-------------+ 1 row in set (0.00 sec) MySQL> select round(1.56);              +-------------+ | round(1.56) | +-------------+ | 2 | +-------------+ 1 row in set (0.00 sec)               1.2.3.            
(责任编辑:数据库)