摘要: 1.介绍 if not exists 即如果不存在,if exists 即如果存在 2.使用 a.判断数据库不存在时 if not exists(select * from sys.databases where name = ‘database_name’) b.判断表不存在时 if not ex 阅读全文
posted @ 2018-03-26 16:06 EdisonYao 阅读(17245) 评论(0) 推荐(0)