UP10050 Materialized View Illegal Column Expression
Possible Causes
You tried to create a MATERIALIZED VIEW and the select statement contained an illegal expression such as *.
For example:
Possible Solutions
Define one or more key columns and use those in the GROUP BY
. Define additional aggregated columns using one of the aggregate functions.
For example:
Last updated