Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> HELP WITH UPDATE
Hi
I have a table called EMP
EMPNO NAME JOB 001 Scott DBA 002 Tiger DEV 003 King MAN
......
0010 Arthur PROG
If I need to update the column EMPNO and change all the values in the =
beginning from 00 to 99.
So the table will look like
EMPNO NAME JOB 991 Scott DBA 992 Tiger DEV 993 King MAN
......
9910 Arthur PROG
How can I update the table EMP's column EMPNO and change all the values = from 00 to 99 in one go without doing each update manually. Received on Tue Jul 25 2000 - 04:45:28 CDT
![]() |
![]() |