select order_num, total_price from items a where 10 > (select count (*) from items b where b.total_price < a.total_price) order by total_price;