Author: Unknown
•20:40
包括自增主键,varchar,float类型...

if not exists (select * from dbo.sysobjects where id = object_id(N'[dbo].

[task_value]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
CREATE TABLE [dbo].[task_value] (
[task_id] Int IDENTITY primary key NOT NULL ,
[task_name] [varchar] (255) COLLATE Chinese_PRC_CI_AS NULL ,
[task_value] [float] NULL
) ON [PRIMARY]
GO
This entry was posted on 20:40 and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

0 评论: