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

delete from tb (where);

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