达梦数据库插入数据创建表方法

-- 如果新表不存在,则创建并插入数据
CREATE TABLE new_table AS 
SELECT * FROM source_table WHERE your_conditions;

 

posted @ 2025-11-07 08:30  liliyou  阅读(4)  评论(0)    收藏  举报