[SQL Server] 查看數據庫中是否有指定的表

CREATE TABLE [dbo].[aaa]( [aaa] [varchar](255) NULL ) if exists(select * from information_schema.tables where table_name='aaa') BEGIN DROP TABLE aaa select N'有,因此刪除了' END else BEGIN sel
相關文章
相關標籤/搜索