09 2010 档案

摘要:1.建表语句 use tempdb;goif object_id('dbo.Groups') is not nulldrop table dbo.Groups;gocreate table dbo.Groups(groupid varchar(10) not null,memberid int not null,string varchar(10) not null,val int not nul... 阅读全文
posted @ 2010-09-07 17:56 白身 阅读(244) 评论(0) 推荐(0)