select *
into 表1
from 表2
where 1 = 1
(有表结构,有数据)
select *
into 表1
from 表2
where 1 = 0
(有表结构,无数据)
本文介绍使用 SQL 语句进行表数据复制的方法,包括如何保留表结构但清空数据等内容。
select *
into 表1
from 表2
where 1 = 1
(有表结构,有数据)
select *
into 表1
from 表2
where 1 = 0
(有表结构,无数据)
1万+

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