摘要:
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 va 阅读全文
posted @ 2016-10-19 08:47
chengeng
阅读(29189)
评论(3)
推荐(0)
浙公网安备 33010602011771号