Replies: 1 comment 1 reply
-
I'm also confused about why the usage_idle column can be included in the GROUP BY clause, even if it's already present in the SELECT list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This SQL works:
However, the following SQL does not work:
It returns an error:
Schema error: Schema contains duplicate unqualified field name "avg(cpu.usage_idle)
Beta Was this translation helpful? Give feedback.
All reactions