Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

traverse columns

770741May 28 2013 — edited May 30 2013
Hi 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
This post has been answered by Frank Kulash on May 30 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2013
Added on May 28 2013
15 comments
361 views