摘要: f you use 'create table as select' (CTAS) CREATE TABLE new_table AS SELECT * FROM old_table you automatically do a direct-path insert of the data. If 阅读全文
posted @ 2021-01-12 11:39 kakaisgood 阅读(110) 评论(0) 推荐(0)