in reply to Re^3: Get top N rows in each group with DBIx::Class
in thread Get top N rows in each group with DBIx::Class
Hm, that sounds like a good idea, to assign intra-group row numbers to all records first, then constrain in all other ways, then constrain to N per group, knowing that the row numbers may not be sequential but will be ordered. Thanks, I'll try it!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Get top N rows in each group with DBIx::Class
by chacham (Prior) on Nov 27, 2017 at 13:31 UTC |