Here is the syntax to update multiple values at once using UPDATE statement. UPDATE [LOW_PRIORITY] [IGNORE] table_name SET column_name1 = expr1, ...
確定! 回上一頁