Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I would like to use materialization in CTE construction:
WITH a as (select ...)
to materialize results of some inline query.
This could be done by setting optimizer_switch in previous separate command. But is it possible to use some hint in the statement to use such CTE select to create view?