sql函数的使用—数学函数■介绍数学函数的输入参数和返回值的数据类型都是数字类型的.数学函数包括cos,cosh,exp,ln,log,sinh,sqrt, tanh,acos,asin,atan,round,我们讲最常用的: t◆ round(n,[m]) t◆ trunc(n,[m]) t◆ mod(m,n) t◆ floor(n) t◆ ceil(n)对数字的处理,在财务系统或银行系统中用的最多,不同的处理方法,对财务报表有不同的结果。 *