摘要:
if object_id('tb') is not null drop table tbgocreate table tb(姓名 varchar(10),课程 varchar(10),分数 int)insert into tb values('张三','语文',74)insert into tb values('张三','数学',83)insert into tb values('张三','物理'... 阅读全文
posted @ 2012-01-08 19:23
Livermore.S
阅读(359)
评论(0)
推荐(0)
浙公网安备 33010602011771号