這一篇來介紹如何從資料表中删除資料

語法:

Delete From "表單名"
Where {Condition}

Condition代表條件

P.S:如果Where沒指定條件,所有的資料都會刪除,需特別注意。

實例:

表單欄位:(No,Name,Age)這個表單有編號、姓名與年齡三個欄位,
表單的名稱為People。


刪除姓名為Chen的資料

語法:

Delete From People Where Name="Chen"
arrow
arrow
    全站熱搜

    hazuki016 發表在 痞客邦 留言(0) 人氣()