Sunday, February 27, 2011

Update Values in Table

The UPDATE statement is used to update existing records in a table.




update log1 set uname='alertclub' where class='ABC'


Note: XYZ value update to alertclub

No comments: