> How different is a "*temp* materialized view" from a regular view?
If it existed, it would be useful for cases when you need to reference that view in multiple queries in the same session. I've gotten around this by just using temp tables.
> How different is a "*temp* materialized view" from a regular view?
If it existed, it would be useful for cases when you need to reference that view in multiple queries in the same session. I've gotten around this by just using temp tables.