sql 取每个物料销售比列占比前三

select * from sheet4_old a where 
(select count(id) from sheet4_old b where b.cmat=a.cmat and b.czb>a.czb) <3 

sql 取每个物料销售比列占比前三

 

相关文章:

  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-08-12
  • 2021-12-05
  • 2021-06-23
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 2021-07-25
  • 2021-11-22
  • 2022-01-07
  • 2021-12-04
  • 2021-10-30
相关资源
相似解决方案