区别: select into from 和 insert into select都是用来复制表,两者的主要区别为: select into from 要求目标表不存在,因为在插入时会自动创建。insert into select from 要求目标表存在
用法:https://www.w3cschool.cn/sql/fi3x9fow.html
区别: select into from 和 insert into select都是用来复制表,两者的主要区别为: select into from 要求目标表不存在,因为在插入时会自动创建。insert into select from 要求目标表存在
用法:https://www.w3cschool.cn/sql/fi3x9fow.html
转载于:https://my.oschina.net/u/1997151/blog/1844026