N
NewLearner
Unregistered / Unconfirmed
GUEST, unregistred user!
在member表中有数字型字段unit,取值1-3,代表3种不同的类别
我想通过一条select查出3种unit的前3条记录(每种unit内按ID号升序),
比如
id unit
------------
10 1
9 1
8 1
14 2
13 2
11 2
5 3
4 3
3 3
注意: unit的类别只是目前有3种,也可能是更多种
我想通过一条select查出3种unit的前3条记录(每种unit内按ID号升序),
比如
id unit
------------
10 1
9 1
8 1
14 2
13 2
11 2
5 3
4 3
3 3
注意: unit的类别只是目前有3种,也可能是更多种