搜索
 找回密码
 加入
  • 常用的SQL语句

    常用的SQL语句 新建表: create table [表名] ( [自动编号字段] int IDENTITY (1,1) PRIMARY KEY , [字段1] nVarChar(50) default '默认值' null , [字段2] ntext null , [字段3] datetime, [字段4] money n ...

    ytb07712011-1-14