New table out of columns
679415May 12 2010 — edited May 12 2010Hi All,
I am a starter in oracle.
I have a table wit columns:
-------------------------------------------------------
amt1 date1 amt2 date2 amt3 date3
------------------------------------------------------
10 10/9 20 11/09 30 12/09
------------------------------------------------------
i want to create a new table or view from the above which looks like below
amt date
10 10/09
20 11/09
30 12/09
Kash