从一个表中将数据导入到另一个表中

在查询分析中执行:
insert into city
select * from mdcity

insert会用select的数据集

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注