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
set sql_dialect = 'trino'; SELECT Count(a) a FROM (SELECT 1 a) ORDER BY a;
trino:root> SELECT Count(a) a -> FROM (SELECT 1 a) -> ORDER BY a; a --- 1 (1 row)
ERROR 1064 (HY000): Getting analyzing error. Detail message: 'a' must be an aggregate expression or appear in GROUP BY clause.
branch-3.2.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the behavior (Required)
Expected behavior (Required)
Real behavior (Required)
StarRocks version (Required)
branch-3.2.9
The text was updated successfully, but these errors were encountered: