摘要: 一、聚合函数(Aggregate Functions)AVG:求平均 count:计算个数 MAX:最大值MIN:最小值SUM:求和例:select count(*) as 人数 from student--as 人数,列名显示为“人数”select(select count (*) from st... 阅读全文
posted @ 2014-11-25 19:36 雪山飞驴 阅读(153) 评论(0) 推荐(2)