摘要:
insert into 表A (id,name,title) select id,name,title from 表B如果是不同数据库里的表insert into 数据库1.dbo.表A (id,name,title) select id,name,title from 数据库2.dbo.表B 阅读全文
posted @ 2012-12-11 11:50
天使半只翼
阅读(206)
评论(0)
推荐(0)
|
摘要:
insert into 表A (id,name,title) select id,name,title from 表B如果是不同数据库里的表insert into 数据库1.dbo.表A (id,name,title) select id,name,title from 数据库2.dbo.表B 阅读全文
posted @ 2012-12-11 11:50
天使半只翼
阅读(206)
评论(0)
推荐(0)
|