I have this table:
id feed_id ...
Let\'s say that I have 500 rows and I want to select 3 entries for each feed_id? And 50 as total limit.>
In transact SQL you would use the TOP statement, not sure if that applies here ...