delete from tb (where);
update tb set string='helloworld' where name='louyujing' and type='1';
MySQL按条件删除指定数据(删除整行)
最新推荐文章于 2025-04-10 16:23:47 发布
delete from tb (where);
update tb set string='helloworld' where name='louyujing' and type='1';