Commit da037917 authored by unknown's avatar unknown

Fix after manual merge

parent 5fb89701
......@@ -963,8 +963,8 @@ x1 x2
3
4
1
2
DROP TABLE t1;
2
DROP TABLE t1;
create table t1 (a int not null, b int not null, c int not null);
insert t1 values (1,1,1),(1,1,2),(1,2,1);
select a, b from t1 group by a, b order by sum(c);
......
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