03 2011 档案
摘要:第一个问题: oracle 资源正忙,要求指定nowait 当进行删除表的数据或是删除表时报出此错。 原因:其他地方占用了此资源,致使不能对它进行操作。 第二个问题: oracle 表间连接返回0行数据,前提是数据库中有符合条件的数据,可是以查询时却返回0行。 这个问题困扰了一天多时间,终于在高手的指点下找到答案。 select * from testuser.tablea where trim(...
阅读全文
摘要:oracle的表间连接: 左连接:left join on 右连接:right join on 内连接:inner join on select td.TM2,td."dwmc",td."dwdz",ct."Name" from testuser."tax_dwxx" td left join testuser."CompanyTrade" ct on td."sshy"=ct."Code" 注:...
阅读全文

浙公网安备 33010602011771号