Skip to content
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

Wph95/dashbase #1

Closed
wants to merge 15 commits into from
Closed

Wph95/dashbase #1

wants to merge 15 commits into from

Conversation

wph95
Copy link
Owner

@wph95 wph95 commented Apr 2, 2018

No description provided.

wph95 pushed a commit that referenced this pull request Oct 6, 2019
…#6734)

when 'only_full_group_by' is set in sql_mode, raise error for non-aggregated column in query without GROUP BY.

mysql> create table t(a bigint, b bigint, c bigint);                                                                                           Query OK, 0 rows affected (0.02 sec)

mysql> select a, max(b) from t;
ERROR 1140 (42000): In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'dc_test.t.a'; this is incompatible with sql_mode=only_full_group_by
wph95 pushed a commit that referenced this pull request Oct 6, 2019
Support stream aggregation.  version beta
@wph95 wph95 closed this Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants