摘要: Oracle 外连接 (1)左外连接 (左边的表不加限制) (2)右外连接(右边的表不加限制) (3)全外连接(左右两表都不加限制) 外连接(Outer Join) outer join则会返回每个满足第一个(顶端)输入与第二个(底端)输入的联接的行。它还返回任何在第二个输入中没有匹配行的第一个输入 阅读全文
posted @ 2017-09-26 16:37 Angelye 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: java.sql.SQLException: Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connec 阅读全文
posted @ 2017-09-26 15:44 Angelye 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/yangwenxue_admin/article/details/74536191 阅读全文
posted @ 2017-09-26 15:17 Angelye 阅读(2866) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxidc.com/Linux/2012-09/69678.htm 阅读全文
posted @ 2017-09-26 12:12 Angelye 阅读(268) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/67662997372ecc54d51b8423.html 阅读全文
posted @ 2017-09-26 11:38 Angelye 阅读(160) 评论(0) 推荐(0) 编辑