oracle把列转为行 oracle列转换成行 Oracle列转行,行转列?oracle下可以用函数decode处理:select 产品名称,sum(decode(季度,"第一季度",销售额,0)) 第一季度销售额,... 2021-03-12 1496次浏览