MySQL--数据表删除记录时间:2022-09-23 23:19:28单表删除: delete from tb_name [where where_condition];同样的,不加where就会删除所以记录,加了where后会删除符合条件的记录。 比如删除id=1的记录: