Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 253 Bytes

File metadata and controls

13 lines (9 loc) · 253 Bytes

Show ResultSet Types:pivot_table

oracle

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

显示前:

png

显示后:

png