select order_num from OrderItems group by order_num having sum(quantity) >= 100 // 根据订单号分组聚合 order by order_num asc // 根据订单号升序排列