To update all rows in a MySQL table, just use the UPDATE statement without a WHERE clause: UPDATE products SET stocks=100;
確定! 回上一頁