delete from tb (where);
update tb set string=\'helloworld\' where name=\'louyujing\' and type=\'1\';
相关文章:
- pandas删除指定行 2021-05-06
- pandas 删除指定行 2021-06-23
- shell删除指定行 2022-12-23
- sed删除指定行 2022-12-23
- mysql定时删除数据 2022-02-14
- mongodb morphia删除数组中指定条件的数据 2021-12-25
- ThinkPHP删除指定文件(物理删除) 2022-01-05