在Oracle的文件中將join分為下列幾類: Equijoins: 就是指一般的select from T1, T2 where T1.C1=T2.C2...。 Self Joins; 自己join自己。
確定! 回上一頁