Skip to content

Wph95/dashbase#1

Closed
wph95 wants to merge 15 commits intomasterfrom
wph95/dashbase
Closed

Wph95/dashbase#1
wph95 wants to merge 15 commits intomasterfrom
wph95/dashbase

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