码迷,mamicode.com
首页 > 数据库 > 详细

数据库(聚合函数)

时间:2014-11-02 00:31:53      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   for   sp   数据   2014   log   bs   

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣bubuko.com,布布扣

 

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

select abs(-5)--绝对值 在结果框里显示
print abc(-5)--消息框里显示
select code,xingming,abs(yuwen)as yuwen from xhushengbiao
select code,xingming,yuwen from xhushengbiao where ABS(yuwen)>95

select *from xhushengbiao where ABS(yuwen)>95
select CEILING(1.3)
select CEILING(shuxue) form xueshengbiao where (shuxhe-CEILING(shuxue))!=0
--分数减去上限的分数不等于零
select CEILING(shuxue) form xueshengbiao where CEILING(shuxue)>=90
数学取上限大于等于90的
select FLOOR(shuxue) form xueshengbiao where code=8

select ‘这是‘+xingming+‘年龄的平方:‘,POWER(aqe,2) from xueshengbiao

select POWER(3,2)--表示3的2次方等于几就返回几


select ROUND(2.55,2)--前面是数 后面参数是代表四舍五入到小数点后的第几位

select shuxue,POWER(shuxue,2)as shehou from xueshengbiao

select SQRT(4) --求平方根
select SQUARE(4)--求平方

数据库(聚合函数)

标签:blog   http   ar   for   sp   数据   2014   log   bs   

原文地址:http://www.cnblogs.com/LCL390/p/4068003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!