2007年3月30日
摘要: SQl 语句(常见) 新建,删除,修改表结构 2006-6-15 15:58:25 新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default '默认值' null ,[字段2] ntext null ,[字段3] datetime,[字段4] money null ,[字段5]... 阅读全文
posted @ 2007-03-30 13:29 (追风) 阅读(20031) 评论(0) 推荐(0) 编辑