按A字段分组或排序,再按每组的B字段中的最小值排序,整体排下去。
如下表
产品规格 预定交期
a 12-10
b 11-11
c 5-3
c 8-9
b 10-3
a 12-28
如何让它像下表一样显示
c 5-3
c 8-9
b 10-3
b 11-11
a 12-10
a 12-28
http://blog.csdn.net/happystarcat/article/details/24258193
http://www.itpub.net/forum.php?mod=viewthread&tid=1812818&ordertype=1