Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00918: column ambiguously defined

969952Nov 9 2012 — edited Nov 13 2012
Hi All,

I have written a query as follows.
  select col1
   from tab1 t1,tab2 t2
      t1.col=t2.col; 
but I am getting the below error. Please have a look and advice.

ORA-00918: column ambiguously defined

Thanks,
Ora.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2012
Added on Nov 9 2012
27 comments
2,796 views