We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The quick start guide prompts you to run the following query, taking the SUM of a quantity that is aggregated by AVG in the queried table:
SELECT _points, requests, SUM(load_avg) AS load_avg FROM combined GROUP BY * ORDER BY requests DESC;
According to the guide, I should get an error message, but I get actual results, with all zeros in the load_avg column.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The quick start guide prompts you to run the following query, taking the SUM of a quantity that is aggregated by AVG in the queried table:
According to the guide, I should get an error message, but I get actual results, with all zeros in the load_avg column.
The text was updated successfully, but these errors were encountered: