Fork me on GitHub

李可

导航

2015年11月22日 #

Sql Group by 使用

摘要: CREATE TABLE StuCourseScore(ID int, Name nvarchar(10),Course nvarchar(10),Score int)INSERT StuCourseScore VALUES(1,'张三','语文',80)INSERT StuCourseScore ... 阅读全文

posted @ 2015-11-22 13:36 李可在江湖 阅读(453) 评论(1) 推荐(0) 编辑