当前位置:Gxlcms > 数据库问题 > postgresql update returning

postgresql update returning

时间:2021-07-01 10:21:17 帮助过:29人阅读

:

UPDATE weather SET temp_lo = temp_lo+1, temp_hi = temp_lo+15, prcp = DEFAULT
  WHERE city = ‘San Francisco‘ AND date = ‘2003-07-03‘
  RETURNING temp_lo, temp_hi, prcp;

update returning的是更新后的内容

postgresql update returning

标签:and   cisco   return   where   form   postgres   lis   postgre   list   

人气教程排行