Oracle Error Message
QSM-01058: MV, string, does not have column, string, for a joinback
Reason for the Error
A GROUP BY column in the query is not present in the GROUP BY clause of of the materialized view. This usually requires a join back to a third table.
Solution
None