sql语句:select count(*),substr(t.openOrderTime,1,10)  from tbl_Workorder_Work_Order t where t.openOrderTime like '2018-05%' group by substr(t.openOrderTime,1,10)

效果:

【substr】mysql以天为单位查看当月每天的数据量sql



相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2021-10-22
  • 2022-12-23
相关资源
相似解决方案