Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取给定范围的“订单”sql 的值?
就像 User.search('blah').where_values 但为了订单。
在 Rails 3.2.13 中,您可以使用 order_values 或 order_clauses 执行此操作。
User.search('blah').order_values User.search('blah').order_clauses