Hi
Pl find code below
SQL> desc aaa
Name Null? Type
----------------------------------------- -------- ----------------------------
ENAME VARCHAR2(1)
SQL> select * from aaa;
E
-
2
2
2
5
5
5
5
7 rows selected.
I need to update 2 with 5 and 5 with 2 with a single sql.