execute メソッドを使用する以外に、このクエリをレールで記述する方法はありますか?
connection.execute("select value_1, value_2, value_3 from table1 join table2 on table2.table1_id = table1.id where table2.table3_id = table3_id_value")
execute メソッドを使用する以外に、このクエリをレールで記述する方法はありますか?
connection.execute("select value_1, value_2, value_3 from table1 join table2 on table2.table1_id = table1.id where table2.table3_id = table3_id_value")