SqlServer操作大全(10)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:40 点击:次
select * from srv2.库名.dbo.author where id=i.id)
--删除已经删除的数据(如果需要的话)
delete b
from srv2.库名.dbo.author b
where not exists(
select * from author where id=b.id)
go
作者 sunjinpeng
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>