The MATERIALIZE hint in the WITH clause does that. SQL> with cte as (select /*+ materialize */ 1,'Transaction-specific private temp table' ...
確定! 回上一頁