会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lilijun
博客园
首页
新随笔
联系
订阅
管理
2016年12月15日
sqlserver 各种判断是否存在(表名、函数、存储过程等)
摘要: 库是否存在 if exists(select * from master..sysdatabases where name=N'库名') print 'exists'elseprint 'not exists' -- 判断要创建的表名是否存在 if exists (select * from dbo
阅读全文
posted @ 2016-12-15 11:28 lilijun
阅读(25704)
评论(0)
推荐(2)
编辑
公告