sql = "select top 15 price , count(price) from price group by price order by count(price) desc"
这样为什么top 15 就失效了呢?