correct codes of warnings in result file

This commit is contained in:
unknown 2003-04-12 04:26:55 +06:00
parent b4d60df32d
commit fc6456b5c4

View file

@ -150,10 +150,10 @@ grp group_concat(c)
4
5 NULL
Warnings:
Warning 1254 1 line(s) was(were) cut by group_concat()
Warning 1258 1 line(s) was(were) cut by group_concat()
show warnings;
Level Code Message
Warning 1254 1 line(s) was(were) cut by group_concat()
Warning 1258 1 line(s) was(were) cut by group_concat()
select group_concat(sum(a)) from t1 group by grp;
Invalid use of group function
select grp,group_concat(c order by 2) from t1 group by grp;