S
sdjxmikill
Unregistered / Unconfirmed
GUEST, unregistred user!
如何取 分组纪录的最大值?如下:(以 设备名称 为分组,id为自增变量)
设备名称 id model 内容
a 1 red wer
a 2 black sd
b 3 brue sdf
b 4 green sdf2
c 5 black deee
c 6 yellow eedd
c 7 white 333s
需要得到的是每组中qty数量最大的纪录,也就是要得到:
设备名称 id model 内容
a 2 black sd
b 4 green sdf2
c 7 white 333s
设备名称 id model 内容
a 1 red wer
a 2 black sd
b 3 brue sdf
b 4 green sdf2
c 5 black deee
c 6 yellow eedd
c 7 white 333s
需要得到的是每组中qty数量最大的纪录,也就是要得到:
设备名称 id model 内容
a 2 black sd
b 4 green sdf2
c 7 white 333s