DB2数值函数简介及使用

时间:2016-07-17 02:41:31
【文件属性】:

文件名称:DB2数值函数简介及使用

文件大小:12KB

文件格式:TXT

更新时间:2016-07-17 02:41:31

db2

DB2数值函数简介及使用 1、取绝对值的函数:abs、absval 2、向上取整:ceil、ceiling 3、向下取整数:floor 4、求M的n次幂:power(M,n) 5、随机数:rand(m)函数 6、四舍五入:round (m,n) 7、将数值转换为字符串形式:digits()函数 8、转换为数值:to_number(string,format) 9、数值截取函数:trunc(m,n)或者truncate(m,n) 10、转换为浮点数:decfloat(m,16|34) 11、数值比较函数:compare_defloat(a,b) 12、normalize_decfloat(decfloat_number)


网友评论