PostgreSQL
 sql >> Datenbank >  >> RDS >> PostgreSQL

Beitritt und Auswahl in Sequel nicht möglich – PG::SyntaxError

Dataset#select akzeptiert mehrere Argumente, kein einzelnes Array:

result = DB[:my_items1].join(:my_items2, id: :my_item2_id).
      select(Sequel[:my_items2][:name].as(:my_items_name), 
              Sequel[:my_items2][:amount].as(:my_item2_amount)
      )