码迷,mamicode.com
首页 > 数据库 > 详细

【PostgresSQL】同时更新两个表

时间:2017-11-16 11:27:12      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:ble   color   val   col   where   upd   postgre   postgres   更新   

UPDATE table1 SET column = value
FROM table2
WHERE table1.column2 = table2.column2

 

【PostgresSQL】同时更新两个表

标签:ble   color   val   col   where   upd   postgre   postgres   更新   

原文地址:http://www.cnblogs.com/sekihin/p/7842617.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!