select into from 和 insert into select都是用来复制表,两者的主要区别为:select into from 要求目标表不存在,因为在插入时会自动创建;insert into select 要求目标表存在select into from 和 insert into select都是用来复制表,两者
select into from 和 insert into select都是用来复制表,两者的主要区别为:select into from 要求目标表不存在,因为在插入时会自动创建;insert into select 要求目标表存在select into from 和 insert into select都是用来复制表,两者