码迷,mamicode.com
首页 > 数据库 > 详细

oracle 小技巧

时间:2015-07-13 15:50:17      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

--相当于建了个e临时表
with e as (select * from scott.emp e where e.empno=7499)
select * from e;

minus 取差集 可以替换(not in | in )
select id from order minus select order_id from order_detail 

  

oracle 小技巧

标签:

原文地址:http://www.cnblogs.com/jayGold/p/4642750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!