摘要:
数学函数 1.绝对值 S:select abs(-1) value O:select abs(-1) value from dual 2.取整(大) S:select ceiling(-1.001) value O:select ceil(-1.001) value from dual 3.取整(小) S:select floor(-1.001) value O:sel... 阅读全文
posted @ 2006-10-12 11:49
jirong
阅读(283)
评论(0)
推荐(0)