会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
软件开发博客
Welcome to My Blog
博客园
首页
新随笔
联系
管理
订阅
2009年5月29日
sqlserver中判断表是否存在
摘要: 用户表:if exists (select * from sysobjects where xtype = 'u' and id = object_id(N'tablename') .... 临时表:if exists(select * from tempdb..sysobjects where id=object_id('tempdb..##Emp2')) drop t...
阅读全文
posted @ 2009-05-29 10:24 杨子宜
阅读(309)
评论(1)
推荐(0)
编辑
公告