- 博客(10)
- 收藏
- 关注
转载 左右外连接,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关注的人