摘要: -- 如果新表不存在,则创建并插入数据 CREATE TABLE new_table AS SELECT * FROM source_table WHERE your_conditions; 阅读全文
posted @ 2025-11-07 08:30 liliyou 阅读(4) 评论(0) 推荐(0)