CREATE TABLE new_table AS (SELECT * FROM old_table);. As you can see, PL/SQL table creation from the SELECT command is very helpful. Note that ...
確定! 回上一頁