MySQL按条件删除指定数据(删除整行)

delete from tb (where);

update tb set string='helloworld' where name='louyujing' and type='1';
原文地址:https://www.cnblogs.com/cnwy/p/12102317.html