自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(10)
  • 收藏
  • 关注

转载 Flashback查询

...

2015-02-24 13:21:44 108

转载 decode & case

...

2015-02-24 13:02:55 82

转载 层次查询start with connect by

...

2015-02-24 12:40:17 110

转载 with语句重用子查询

显示部门工资总额超过所有部门平均工资总额的部门名,工资总额 ...

2015-02-24 08:42:57 107

转载 左右外连接,union 去重union all 不去重

select empno,ename,dname from emp e , dept dwhere e.deptno=d.deptno(+) --加号生成null,补齐所在的表以显示无加号表的全部数据union --...

2015-02-01 16:49:01 512

转载 merge

merge into new n using emp eon(n.empno=e.empno)when matched then update set n.sal=e.salwhen not matched then...

2015-02-01 16:11:18 76

转载 update

update emp set sal=2460 where lower(ename)='scott'; select * from emp; update emp set sal=sal*1.1, ...

2015-02-01 15:54:34 81

转载 ESCAPE _

SELECT EMPNO, ENAME, JOB, MGR, HIREDATE, SAL, COMM, DEPTNO FROM EMP WHERE ENAME LIKE '%A_%' ESCAPE 'A'; ...

2015-01-11 21:16:22 105

转载 大米的oracle

150103 Pro Oracle SQL RDBMS=relational database management systemsANSI=American National ...

2015-01-06 20:32:46 72

转载 大米的informatica

用agg组建& tgt pre load 过滤src 重复数据src 6 个字段, 有重复数据。group the src rows by first 5 columns using agggive '...

2015-01-06 20:25:21 118

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除