时间:2024-10-13 03:05:48
1、MySQL删除多行数据的两种方法:
3、使用delete from 表名 where 字段=值,删除多条记录
5、使用delete from 表名 where 字段 in(值1, 值2, 值...),删除多条记录