当前位置:操作系统 > Unix/Linux >>

在新建数据库的时候判断要建的数据库是否存在


在新建数据库的时候判断要建的数据库是否存在
 
 if(exists( select * from sys.databases where name='数据库名'))
 begin     www.zzzyk.com  
   print '存在'
 end 
 else
 begin
   print '不存在'
 end
 
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,