postgres 批量更新内容

Posted 鱼儿慢慢游~~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgres 批量更新内容相关的知识,希望对你有一定的参考价值。

在程序中遇到这样的需求, 数据库表格式如下

需要把批量更新status, 如name = fox 时, status = 1, name = boa 时,status = 2 .... 类似的

postgres 的写法如下:

update 表名 set status = case name 
        when \'dodo\' then \'1\'  
        when \'eel\' then \'1\' 
       end 
     where name in(\'dodo\', \'eel\');
        

  

 

以上是关于postgres 批量更新内容的主要内容,如果未能解决你的问题,请参考以下文章

postgres,使用另一个表中的数据进行批量更新

Postgres 批量数据导入和填充相关数据

Postgres 批量插入不同的模式

Mybaits的批量操作包括批量删除 批量增加和批量更新

批量插入中的 Postgres 错误:关系“hibernate_sequence”不存在位置 17

GMSMarker 信息窗口内容(片段)未更新