Tagged Questions
3
votes
3answers
2k views
Fetching Minimum/Maximum for each group in ActiveRecord
This is an age-old question where given a table with attributes 'type', 'variety' and 'price', that you fetch the record with the minimum price for each type there is.
In SQL, we can do this by:
...