Help me please ! I have a table with two columns.
NAME QUANTITY ---------- ---------- COL_A 5000 COL_B 3000 COL_C 3000 I want to transform the rows into columns. Below, thats the result that I need COL_A COL_B COL_C --------- ---------- ----------- 3000 3000 5000 If the table have 20 rows, the result must have 20 columns Thanks ! -- -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en --- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To unsubscribe from this group and stop receiving emails from it, send an email to oracle-plsql+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.