traverse columns
770741May 28 2013 — edited May 30 2013Hi Guys ,
Oracle version : 11g
i have a requirement where i need to traverse the table a for columns a and b and i need to update the sequence.
but not getting any idea of how to traverse a and b and update the sequence column please give any idea
table a data
a b c seq
1 2 a 1
4 5 v 3
5 6 j 4
7 8 k 5
8 9 o 6
3 4 p 2
Regards