ORA-00965: column aliases not allowed for ‘*’

Error Message

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.

You May Also Like

Leave a Reply?