SQL `ROUND()` 函数用于把数值四舍五入为指定的小数位数```sql SELECT ROUND( column_name ,decimals) FROM table_name; ``` |参数|描述| |:---|:---| |column - 简单 ...
確定! 回上一頁