Showing posts with label ORA-00960: ambiguous column naming in select list. Show all posts
Showing posts with label ORA-00960: ambiguous column naming in select list. Show all posts

Monday, 9 January 2012

ORA-00960: ambiguous column naming in select list

ORA-00960: ambiguous column naming in select list

Cause: A column name in the order-by list matches more than one select list columns.

Action: Remove duplicate column naming in select list.