Oracle/PLSQL: ORA-00960 Error
Error: |
ORA-00960: ambiguous column naming in select list |
Cause: |
You tried to execute a SELECT statement where a column with the same name is listed in the SELECT list and then ambiguously defined within the ORDER BY clause. |
Action: |
The options to resolve this Oracle error are:
|
