[SQL] 实现行转列和列转行

Create   table   test   (name char(10),km char(10),cj int)         insert   test   values('张三','语文',80)     insert   test   values('张三','数学',86)     insert   test   values('张三','英语',75)     insert   t
相关文章
相关标签/搜索