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