码迷,mamicode.com
首页 > 其他好文 > 详细

开窗函数over()

时间:2018-03-30 12:27:50      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:class   select   tab   报错   nbsp   sele   聚合   ble   lct   

使用方法

如:select nameavgshengaofrom xinxi group by name

//我们都知道使用聚合函数要使用分组,如果不分组怎么办

Selct name,avg(shengao) over() from xinxi

不使用group by 就要使用开窗 否则报错

 

Name

Shengao

无名列

杜伟

180

170

徐哈风

160

170

开窗函数over()

标签:class   select   tab   报错   nbsp   sele   聚合   ble   lct   

原文地址:https://www.cnblogs.com/xiaowie/p/8675083.html

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