FirebirdSQL/問答篇/ROUND
出自VFP Wiki
(修訂版本間差異)
小 (revert) |
小 (revert) |
||
(1個中途的修訂版本沒有顯示) | |||
第2行: | 第2行: | ||
*方法1 | *方法1 | ||
- | < | + | <pre> |
select cast(6.236 as numeric(18,2)) from rdb$database | select cast(6.236 as numeric(18,2)) from rdb$database | ||
- | </ | + | </pre> |
在2005年4月16日 (六) 02:13的最新修訂版本
如何進位6.236小數點到兩位
- 方法1
select cast(6.236 as numeric(18,2)) from rdb$database