update emp
set lname='Smith'
where rowid='aaaaaaaa.bbbbbbbb.cccccccccccc.ddddddd';
/* if v8 */
update emp
set lname='Jones'
where rowid='hhhhh.xx.cccccccc'
/* if V7 */
|
Results 1 to 3 of 3
Thread: update using ROWIDThreaded View
|
Click Here to Expand Forum to Full Width |