java_data_lineage/doc/cn/rt_pivot_table.md

253 B
Raw Blame History

Show ResultSet Typespivot_table

oracle

select * from table2 pivot(max(value) as attr for(attr) in('age' as age,'sex' as sex));

显示前:

png

显示后:

png