Focus on WEB Application and Software Engineering
三月 22
Kittow评论:
很经典实用的文章,强烈推荐
http://www.rxiao.com/blog/article.asp?id=299
$cut$
常用函数(function)   

    转换函数

    convert(数据类型,值,格式)

  统计函数 

  AVG --求平均值 
  COUNT --统计数目 
  MAX --求最大值 
  MIN --求最小值 
  SUM --求和  

  AVG 

  use pangu 
  selec avg(e_wage) as dept_avgWage 
  from employee 
  group by dept_id   

  MAX 

  --求工资最高的员工姓名 
  use pangu 
  selec e_name 
  from employee 
  where e_wage = 
   (selec max(e_wage) 
   from employee)   

当前评分 1.5 , 共有 2 人参与

  • Currently 1.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

添加评论




看不清?点击图片看看
biuquote
Loading



关于我

kittow (天笑)
80年代生于“天府之国”四川
爱好:编程、篮球、数码、旅游
乘一叶兴趣小舟,漂泊于浩瀚IT海洋。。。
TITLE:MSE of UESTC & 软件设计师
Technical Capacity | Last Blog