SELECT channel, count(*) from crawled_goods where datediff(created_at,NOW())=0 and channel like '%yijiupi%'
GROUP BY( channel)

相关文章:

  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-11-16
  • 2022-02-21
  • 2021-11-26
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-11-16
  • 2021-10-18
  • 2021-08-24
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案