Oracle Error Message
ORA-00965: column aliases not allowed for ‘*’
Reason for the Error
The statement is trying to alias the * expression in the select list which is not legal.
Solution
Remove the alias.
ORA-00965: column aliases not allowed for ‘*’
The statement is trying to alias the * expression in the select list which is not legal.
Remove the alias.