Tagged Questions

1
vote
1answer
423 views

PL/SQL: Update row based on ROWID

I am trying to update a row in a table which has no unique index. So, I selected the ROWID of the row I want to update and now I want to update the row like this: UPDATE MYTABLE SET MYCOLUMN = 0 ...