-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不被支持的语法 能通过测试 #26
Comments
starrocks 数据库的 |
3.2版本 |
3.2版本 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SELECT AVG(CAST(SUM(CASE WHEN
任务点完成状态
= '已完成' THEN 1 ELSE 0 END) AS DOUBLE)) / COUNT(DISTINCT任务点名称
) FROM任务点完成进度d87c5ac7f0424193bebac3c629eeabeb_07_2_1732876707416
WHERE任务点类型
= '视频' GROUP BY学生姓名
执行结果:
SQL 错误 [1064] [42000]: Getting analyzing error from line 1, column 72 to line 1, column 142. Detail message: Unsupported nest aggregation function inside aggregation.
The text was updated successfully, but these errors were encountered: