mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
correct codes of warnings in result file
This commit is contained in:
parent
b4d60df32d
commit
fc6456b5c4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue