In its simplest form, the syntax for the UPDATE statement when updating one table in MySQL is: UPDATE table SET column1 = expression1, column2 = expression2 ...
確定! 回上一頁