UPDATE table_name SET column_name1 = new_value, column_name2 = new_value, ... [WHERE Condition];. Note that the WHERE clause is optional, but you should use it ...
確定! 回上一頁