Coba lakukan sbb: - Kolom/field yg di-select di-explisit-kan, disebut nama tabelnya (dari tabel mana, krn nama field bisa sama). - Coba query-nya dipecah, diquery dulu sebelum di union (buat query1, query2, query3=union)
Regards, Ervin L --- In [email protected], "Handy Utama" <[EMAIL PROTECTED]> wrote: > Hallo rekan rekan oracle mania, > > Saya mau bertanya mengenai full outer join.yang akan saya buat sebagai view. > > Saya membuatnya seperti contoh dibawah ini : > > select kode_barang,qty from fsdprswc,fsdpreqc where fsdprswc.kode_barang = fsdpreqc.qty (+) > UNION > select kode_barang,qty from fsdprswc,fsdpreqc where fsdprswc.kode_barang (+) = fsdpreqc.qty ; > > Pertanyaannya : > > Mengapa pada saat saya membuat sql command spt diatas keluar message spt dibawah ini > > ERROR at line 1: > ORA-00918: column ambiguously defined. > > Tolong ya.... > > thank's -- -----------I.N.D.O - O.R.A.C.L.E--------------- Keluar: [EMAIL PROTECTED] Website: http://indo-oracle.blogspot.com ----------------------------------------------- Bergabung dengan Indonesia Thin Client User Groups, Terminal Server, Citrix, New Moon Caneveral, di: http://indo-thin.vze.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indo-oracle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

