4.11隨筆

y龙發表於2024-06-17

SQL DELETE 語法

DELETE FROM table_name
WHERE condition;

引數說明:

  • table_name:要刪除的表名稱。
  • condition:刪除條件,用於指定哪些資料要刪除。