The Perfect Day

分享技术,编写未来

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2006年11月10日

摘要: ROUND函数是四舍五入函数,返回数字表达式并四舍五入为指定的长度或精度。 语法:ROUND ( numeric_expression , length [ , function ] ) 参数:numeric_expression 精确数字或近似数字数据类型类别的表达式(bit 数据类型除外)。 length 是 numeric_expression 将要四舍五入的精度。length 必须是 t... 阅读全文
posted @ 2006-11-10 11:56 StephenJu 阅读(4298) 评论(0) 推荐(0) 编辑