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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

priority update in oracle

User_KVV1CSep 25 2019 — edited Nov 27 2019

Hi Team,

I have below data in table.

col1       priority

x1               1

x2               2

x3               3

x4               4

if user update the priority column, then accordingly other value should change. for example. if user changes priority of x3 to 1, then output should be below.

col1       priority

x3               1

x1               2

x2               3

x4               4

how to achieve this ?

Balaji

Comments
Post Details
Added on Sep 25 2019
21 comments
1,046 views