2010年10月9日

Sql Server表相关的语句

摘要: 新建Sql Server表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default \'默认值\' null ,[字段2] ntext null ,[字段3] datetime,[字段4] money null ,[字段5] int default 0,[字段6] Decimal (... 阅读全文

posted @ 2010-10-09 21:43 linzheng 阅读(232) 评论(0) 推荐(0) 编辑

导航