delete
---整表数据删除 (慎用)
delete * from 表名;
---条件删除
delete * from 表名 where 限制条件;
delect 删除
原文:https://www.cnblogs.com/topzhangRX/p/10134675.html