码迷,mamicode.com
首页 > 数据库 > 详细

转移数据库表数据

时间:2016-03-21 13:56:52      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

use UzaiTravel
insert into [UzaiTravel].[dbo].[UzaiIndexNavRecommend]([Title]
,[City]
,[Parent]
,[Url]
,[TypeName]
,[PageType]
,[Sort]
,[NavLevel]
,[Style]
,[StyleName]
,[LocationY]
,[NavGroupID]
,[IsThirdNavStress])
select [Title]
,[City]
,[Parent]
,[Url]
,[TypeName]
,[PageType]
,[Sort]
,[NavLevel]
,[Style]
,[StyleName]
,[LocationY]
,[NavGroupID]
,[IsThirdNavStress] from [UzaiTravel_BAK].[dbo].[UzaiIndexNavRecommend]

转移数据库表数据

标签:

原文地址:http://www.cnblogs.com/donchen/p/5301506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!