Try the following: WITH test_t (col_1, col_2, col_3) AS (select 'a', null, null from dual union select null,'b',null from dual union select ...
確定! 回上一頁