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

delete from tb (where);

update tb set string='helloworld' where name='louyujing' and type='1';

你可能感兴趣的:(mysql,java,python,数据库)