- 博客(2)
- 资源 (1)
- 收藏
- 关注
转载 Oracle多表关联更新(update多表关联)
转自:http://blog.163.com/gaofx_hk/blog/static/193999289201172893813254/.Oracle没有update from语法,可以通过两种实现方式: 1、利用子查询: update A SET 字段1=(select 字段表达式 from B WHERE ...
2012-10-22 18:16:53
68957
原创 oracle中的not in 一定不要被坑了
最近过程比较忙,没日没夜的,好久没有时间写博客了,今天一个特别诡异,特别蛋疼的问题纠结了好久,不得不写个博客了。select * from wlbtest3where (sname, sage) not in (select user_name,user_age from wlbtest4)select * from wlbtest3where (sname||sage)
2012-10-18 21:03:27
13662
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人