如何在SQL Server 2008中将数据从一个表移动到另一个表 [英] how to move data from one table to another table in SQL Server 2008

查看:259
本文介绍了如何在SQL Server 2008中将数据从一个表移动到另一个表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在SQL Server 2008中将数据从一个表移动到另一个表

how to move data from one table to another table in SQL Server 2008

推荐答案

简单:



- 从源表上的选择查询插入到目标表中

- 使用与先前查询相同的条件从源表中删除
Simple:

- insert into the destination table from a select query on the source table
- delete from the source table using same criteria as previous query


访问此处。 ..





插入数据从 - 一个表到另一表/ [ ^ ]
visit here...


insert-data-from-one-table-to-another-table/[^]


这篇关于如何在SQL Server 2008中将数据从一个表移动到另一个表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆