| ERROR | 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. |
| ERROR | 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. |