UPDATE table_name SET column1=value1,column2=value2,... WHERE some_column=some_value;
UPDATE 不支持在 WHERE 后使用 ORDER BY