复制student 到stu
select * into stu from student
select * into stu1 from(select * from stu) t
select * from student
select * fromo stu
select * fromo stu1
本文介绍了一种使用SQL语句进行数据复制的方法,包括从student表复制数据到stu表,以及进一步复制到ostu和ostu1表的过程。通过具体SQL语句示例,读者可以学习如何高效地进行数据表之间的数据迁移。
复制student 到stu
select * into stu from student
select * into stu1 from(select * from stu) t
select * from student
select * fromo stu
select * fromo stu1
转载于:https://www.cnblogs.com/xxml/p/5761370.html

被折叠的 条评论
为什么被折叠?