摘要: 1、判断数据库是否存在:if exists (select * from sys.databases where name = ’数据库名’) drop database[数据库名] 2、数据库中批处理(go):GO是批处理的标志,是一条或多条SQL语句的集合,SQL Server将批处理语句编译成 阅读全文
posted @ 2021-11-10 17:13 南瓜~ 阅读(42) 评论(0) 推荐(0)