Hi
I tried using PIVOT functionality in PL/SQL 11g but it's too limited for my queries.
I have to create complex queries.
At the moment I use sum(decode(...),rollup, grouping ecc.... to pivot columns.
Is there an other functionality in PL/SQL or a Java Class to call from PL/SQL (CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED....) ?
Stefano