Postgresql UPDATE to Rails ActiveRecord

后端 未结 0 1051
隐瞒了意图╮
隐瞒了意图╮ 2021-02-19 02:32

I\'ve been trying to convert this Postgresql UPDATE query into an ActiveRecord call on Rails.

  UPDATE uploads AS u
  SET organization_id = p.owner_id
  FROM proj         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题