unpivot - Dynamic unpivoting in Oracle -


i create view unpivots wide table. this:

create view mylongtable  select *   mywidetable unpivot (value parameter in (             param1,             param2,             [continues ~200 entries] )); 

now, list param1, param2, ... should calculated dynamically. easiest way this? inner select won't work, unfortunately. easiest me, because have params stored in table.


Comments

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -