correct code of warning of group_concat
This commit is contained in:
parent
0f2e3ab89a
commit
1e8cc909de
@ -150,10 +150,10 @@ grp group_concat(c)
|
|||||||
4
|
4
|
||||||
5 NULL
|
5 NULL
|
||||||
Warnings:
|
Warnings:
|
||||||
Warning 1250 1 line(s) was(were) cut by group_concat()
|
Warning 1254 1 line(s) was(were) cut by group_concat()
|
||||||
show warnings;
|
show warnings;
|
||||||
Level Code Message
|
Level Code Message
|
||||||
Warning 1250 1 line(s) was(were) cut by group_concat()
|
Warning 1254 1 line(s) was(were) cut by group_concat()
|
||||||
select group_concat(sum(a)) from t1 group by grp;
|
select group_concat(sum(a)) from t1 group by grp;
|
||||||
Invalid use of group function
|
Invalid use of group function
|
||||||
select grp,group_concat(c order by 2) from t1 group by grp;
|
select grp,group_concat(c order by 2) from t1 group by grp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user