if OBJECT_ID(N‘tSeventyTwoRpt‘,N‘U‘) is not null
begin
print ‘表存在!‘
end
else
begin
print ‘表不存在!‘
CREATE TABLE [dbo].[tSeventyTwoRpt](
[d_Date] [date] NOT NULL,
[n_RescueCount] [int] NULL,
[n_UnplanReturn] [int] NULL,
[s_SuccessRate] [decimal](18, 4) NULL
) ON [PRIMARY]
end
看看我
数据库新建表
标签:pre href 数据库 prim creat primary html block tps
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did117780