oracle 外连接
select xs.xm, xsxj.zgcj,xsxj.sccj,kc.kcmc
from xsjbxxb xs
left outer join xsxjkcjb xsxj on xs.xsjbxxb_id = xsxj.xsjbxxb_id
left outer join kcdmb kc on xsxj.kcdmb_id = kc.kcdmb_id
where xs.xsid='D20400503006'
for update
三个表做外连接,没有数据损失 笼统的说 第一个表包含了第二个表所有内容 第二和第三也是同样
但是这种方式 是不能做 for update 直接在 数据库做修改的 如何 在都表联合浏览的时候 对数据进行修改呢?
我记得在 inthirties 的博客里有讲更新视图的,你这个需求应该适用
http://blog.csdn.net/inthirties/archive/2009/08/20/4462680.aspx
That's really work
相关问答:
oracle not available
shared memory realm does not exist
请问高手这个问题如何解决?
http://www.inthirties.com/thread-109-2-1.html
指定下ORACLE_SID,ORACLE_HOME看看,不行就用1楼得方法了..
cm ......
在lomboz eclipse中的window->show view->others->中的怎样加入connectivity中的data source中连接oracle时只有8,9,10这三个版本,怎样才能连接oracle11这个版本呢??????????????
......
我写的一个Job
declare
job1 integer;
begin
dbms_job.submit(job1,
'Sale_FinanceUseFee(4,null,null,null);',
TRUNC(SYSDATE)+1.103, ......
在lomboz eclipse中的window->show view->others->中的怎样加入connectivity中的data source中连接oracle时只有8,9,10这三个版本,怎样才能连接oracle11这个版本呢??????????????
附图片 ......
数据泵导入报如下错误ORA-39016 不知道是什么原因,请指教.... 谢谢'
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
ORA-39016: Operation not supported when job is in EXECUTING ......