UPDATE Your_table_name_here SET Your_field_name_here = your_value_to_update_here WHERE your_logical_condition_here = this_value
UPDATE Your_table_name_here SET Your_field_name_here = your_value_to_update_here WHERE your_logical_condition_here = this_value