sqlite3 取整函數

向下取整 floor (地板)apache math.floor(-2.2) # -3.0 math.floor(2.2) # 2.0 向上取整 ceil (天花板) ui math.ceil(-2.2) # -2.0 math.ceil(2.2) # 3.0 舍入 round spa round(2.24, 1) # 2.2 round(2.26, 1) # 2.3 select  substr
相關文章
相關標籤/搜索