postgres 多表查询更新

更新一张表a的内容关联其余表做为条件: update a set name='xx' from t1 t1,t2 t2 where t1.age=t2.age t1.name = a.name 第二种比较小白我之前的作法 update tc set task_code = 'xxxx'WHERE task_code = 'xxxxx2'AND exists (select cust_code FR
相关文章
相关标签/搜索