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

delete from tb (where);

update tb set string='helloworld' where name='louyujing' and type='1';
posted @ 2019-12-26 15:30  王钰  阅读(8378)  评论(0)    收藏  举报