2015年5月18日
摘要: --★转换结果如上图1、首先创建表:CREATE TABLE [成绩表]([编号] [int]IDENTITY(1,1) NOT NULL,[姓名] [varchar](50)NULL,[语文] [numeric](5, 2)NULL,[数学] [numeric](5, 2)NULL,[英语] [n... 阅读全文
posted @ 2015-05-18 20:15 aparche 阅读(3609) 评论(0) 推荐(1)