• 如何使用arel调用postgres函数?

    时间:2022-09-11 17:31:30

    I have a Postgres function called 'move_to_end' that I'm invoking using find_by_sql as below: 我使用find_by_sql调用了一个名为“move_to_end”的Postgres函数,如下所示: def ...