select id, count(*)pid from orderitem group by pid order by
pid desc;

统计销量最多的商品的sql语句
select , count()pid from orderitem group by pid order by
pid desc;
统计销量最多的商品的sql语句

相关文章:

  • 2022-12-23
  • 2021-12-17
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2022-01-13
  • 2021-08-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案