1.统计某个属性某个条件的总行数
select count(*) from tablename where ‘条件’;
2.删除某个属性某种条件的所有行
delect from tablename where '条件';
本文标题:数据库行数统计和删除
本文链接:https://www.haomeiwen.com/subject/wxjvrftx.html
网友评论