Hi all,
I was looking into this post:
https://stackoverflow.com/questions/1312980/oracle-materialized-view-not-working-when-using-left-join
I have the same issue using mat view with left join. My problem is that my query has CASE STATEMENTS in the select, is there a way around that?
Can I use a function? The function can take care the case statement.
Thanks in advanced.
Johnny