SQL 代码:

delete from table_name
where ...

from 后面接表名

where 后面接要删除的那行数据的字段特征。

注意字段要能保证能唯一删除这一条。

更多推荐

Oracle 数据库删除某一行数据