UPDATE
UPDATE table_name
 
SET field_name = new_value
 
WHHERE condition ;
Comments