Commit fc6456b5 authored by unknown's avatar unknown

correct codes of warnings in result file

parent b4d60df3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment