2010-10-12 67 views
0

我想知道我怎麼可以重現下面的查詢地圖減少或MongoMapper或MongoID任何汁功能:ActiveRecord的查詢作爲地圖降低MongoDB中

Event.find(:all,:select=>'events.company,SUM(price) as total_price', 
    :group=> 'company',:order => ' total_price DESC, created_at DESC') 

回答