search for: test_find_grouped

Displaying 1 result from an estimated 1 matches for "test_find_grouped".

2006 Apr 11
1
Ad hoc query from derived view
I''m new to rails and have a query that uses a derived view (see below) and am wondering how return the data. I don''t have a model for this, so I not sure if find_by_sql can be used. Any help is greatly appreciated. select product ,mailer ,sum(dev_total) dev ,sum(qa_total) qa