会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
点滴积累,融会贯通
-----喜欢一切有兴趣的东西
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2007年2月12日
判断表是否存在,存在则删除表
摘要: if exists (select 1 from sysobjects where id = object_id('psintroduction') and type = 'U')drop table psintroductiongo要判断的表psintroduction
阅读全文
posted @ 2007-02-12 09:04 小寒
阅读(1454)
评论(0)
推荐(0)
编辑