我有一张如下表,
TypeID Name Date
-------------------------------
1 Carrot 1-1-2013
1 Beetroot 1-1-2013
1 Beans 1-1-2013
2 cabbage 1-1-2013
2 potato 1-1-2013
2 tomato 1-1-2013
2 onion 1-1-2013
如果需要 2 行,那么它应该从 TypeId 1 返回 2 行,从 TypeId 2 返回 2 行。如果只需要 4 行,意味着我必须从 TypeId 1 中获取 4 行,从 TypeId 2 中获取 4 行,但 TypeId 1 只有 3 行所以我们只需要为 typeId 1 获取 3 行
怎么做?我要添加行号吗?