0
所以我想要做這樣的事情:Rails:訂單,我可以同時訂購2件東西嗎?
, :order => "(products.name = 'Some Product' or products.name) desc", :order=>'distance'
有沒有人這樣做過?我意識到我不能按照我寫的方式去做,但希望它解釋了我希望命令發生的順序。
所以我想要做這樣的事情:Rails:訂單,我可以同時訂購2件東西嗎?
, :order => "(products.name = 'Some Product' or products.name) desc", :order=>'distance'
有沒有人這樣做過?我意識到我不能按照我寫的方式去做,但希望它解釋了我希望命令發生的順序。
是的,你可以。
:order => "column1 ASC, column2 DESC"
我這樣做 :爲了=> 「(products.name = '一些產品' 或products.name)遞減,距離」 非常相似,你的建議 – thatmiddleway 2010-07-21 16:55:32