`

删除表

    博客分类:
  • SQL
 
阅读更多

 

--删除某表: 
   if exists (select name from sysobjects where name = '表名')
   drop table 表名
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics