会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
王玉满walkOn
博客园
首页
新随笔
联系
订阅
管理
2015年7月27日
Mysql 常用函数
摘要: 统计函数:count() 统计记录条数,如 select count(*) from stu;sum() 统计记录字段的和,如select sum(salary) from emp;avg() 统计记录字段的平均值,如select avg(salary) from emp; 如果想...
阅读全文
posted @ 2015-07-27 15:25 王宇walkOn
阅读(135)
评论(0)
推荐(0)
编辑
公告