mysql同一字段求和

想求api_code相同的数据之和,然后排序,用select api_code,sum(total_call_cnt)total_call_cnt 然后group by api_code order by sum(total_call_cnt) desc

mysql同一字段求和

 

相关文章:

  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-05-16
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
相关资源
相似解决方案