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:
...
0
votes
6answers
2k views
Select distinct from usercolumn and minimum value of dates for each field in usercolumn
Hello
I have some data like this but more than 1500000 records and more than 700 users:
usercolumn , datecolumn\
a1 , 1998/2/11\
a2 , 1998/3/11\
a1 ...