标签:style color width sql mysql table
id, student, course, mark
1, 张三, 语文, 90
2, 李四, 语文, 80
3, 张三, 数学, 70
4, 李四, 数学, 80
现在想用转置表的方法转成二维表输出,要求格式是:
student, 语文, 数学
张三, 90, 70
李四, 80, 80
|
1 a
|
MySQL表横纵转置Sql语句,布布扣,bubuko.com
标签:style color width sql mysql table
原文地址:http://www.cnblogs.com/leekenky/p/3822815.html