To delete rows in a MySQL table, use the DELETE FROM statement: DELETE FROM products WHERE product_id=1;
確定! 回上一頁