安全问答

安全问答是一个知识全球问答,包含丰富的问答知识

首页 常规 游戏 娱乐 科技

SQL: Calculate Average Device Time with Conditional Aggregation

  • 日期: 2028-02-22 23:00:24
  • 标签: 常规

SELECT toStartOfDay(toDateTime(Ds)) AS datetime_day_Ds, AppIdentifier AS AppIdentifier, CASE WHEN count() > 1 THEN sum(AvgDeviceTime) / count() ELSE sum(AvgDeviceTime) END AS index_avgdevicetime_0 FROM table_name GROUP BY datetime_day_Ds, AppIdentifier

SQL: Calculate Average Device Time with Conditional Aggregation

原文地址: https://www.cveoy.top/t/topic/qm66 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录

  • 上一篇: 排污管道过保,业主该怎么办?
  • 下一篇: 新社区居民融入难题:陌生与不参与,如何破局?

© 2019 • 2025 - 安全问答 站长邮箱:wxgpt@qq.com    ICP备案/许可证号:豫ICP备2024104334号-2