• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

oracle9i----单行函数,复习篇

发布: 2008-10-09 12:11 | 作者: 不详 | 来源: 测试时代采编 | 查看: 47次 | 进入软件测试论坛讨论

领测软件测试网
关键字:oracle9i 单行函数

  1.两种类型的函数

  1.单行函数

  2.多行函数

  select suM(qty) from sales group by stor_id;

  select substr(au_lname,1,5) from authors;单行函数

  单行函数 包括了,

  字符函数 大小写,字符处理(lower,upper initcap) concat,substr,length instr lpad|rpad trim replace

  select lower(au_lname),upper(sdff).initcap

  c /address/au_lame

  run

  **oracl字符比较是区分大小写。

  select au_lan ||''||jkfdlf from table

  select concat(au_lnme,sdfsf) from talbe

  如果是-1是从右边取起

  instr(alu_id,'t')是否包括t

  lpad左边填充什么东西达到一个字符长度lpan(salery,10,'*'))左边填充,

  trim ('h' from 'al_id')

  结果 elloworld

  select employ_id, concat (firest_name, last_name) name, job_id,length(last_name),

  instr(last_name,'a') "Contains 'a' "?

  from employees

  where substr(job_id,4) = 'rep';

  rpad

  数字函数()

  round四舍五入 trunc省略 mod

  求余

  同上。小树点左右有关round(d1212,-1)

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: 复习 函数 单行

31/3123>

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网