The FROM
command is used to specify which table to select or delete data from.
The following SQL statement selects the "CustomerName" and "City" columns from the "Customers" table:
The following SQL statement selects all the columns from the "Customers" table:
The following SQL statement deletes the customer "Alfreds Futterkiste" from the "Customers" table:
DELETE FROM Customers
WHERE CustomerName='Alfreds Futterkiste';
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!