摘要: create table select from 和 insert into table select from都是用来复制表,两者的主要区别为: create table select from 要求目标表不存在,因为在插入时会自动创建。insert into table select from 阅读全文
posted @ 2022-05-20 09:42 渴望sunshine 阅读(23) 评论(0) 推荐(0)