Mysql的取整函数 所属分类:数据库类 发布时间:2024-02-25 14:05:33 1.ceil()向上取整 例: ceil(1.2) = 2 2.floor() 向下取整 例: floor(1.2) = 1 3.round() 四舍五入 上一条:Mysql修复表报错The storage engine for the table 下一条:Mysql的IFNULL与Mssql的ISNULL的用法