急切求助:“ora-00960”这个错误怎么解决?
手中的一个系统是以oracle的数据库,但登录时报错:“ora-00960:选择列表中的命名含糊”。
我在网上查到了相关的说明,如下:
“ORA-00960: ambiguous column naming in select list
Cause: A column name in the order-by list matches more than one select list column.
Action: Remove the duplicate column naming in the select list.
”
然而,我还是不明白真正意思,请各位高手给予帮助。