aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-00965: column aliases not allowed for '*'

ORA-00965: column aliases not allowed for '*'
Cause: The statement is trying to alias the * expression in the select list which is not legal.
Action: Remove the alias.

请先 登录 后评论

1 个回答

小智
ORA-00965:不允许使用列别名'*',
.原因:该语句试图在选择列表中对*表达式进行别名不合法。,
.操作:删除别名。,
.
请先 登录 后评论