Oracle/PLSQL: ORA-00918 Error
Error: |
ORA-00918: column ambiguously defined |
Cause: |
You tried to execute an SQL statement that joined two or more tables, where a column with the same name exists in both tables. |
Action: |
The options to resolve this Oracle error are:
|
