mysql round function的相關文章
mysql round function的相關商品

MySQL :: MySQL 5.0 Reference Manual :: 12.6.2 Mathematical Functions
瀏覽:745
日期:2025-04-27
The following example shows how rounding differs for exact and approximate values: mysql> SELECT ROUND(2.5), ROUND(25E-1); + + + | ROUND(2.5) | ROUND(25E-1) | + + + | 3 ......看更多