📜  oracle sql create table from select - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:26.761000             🧑  作者: Mango

代码示例2
CREATE TABLE my_table AS
SELECT * FROM another_table t
WHERE 1=2 --delete the where condition if you also want the data