提交 3383a572 编写于 作者: S slzhou

fix: fixed order by tbname for first last query

上级 d992ab14
......@@ -283,7 +283,8 @@ print ================== server restart completed
sql connect
sql use first_db0;
sql select last(*), tbname from m1 group by tbname;
sql select last(*), tbname from m1 group by tbname order by tbname;
print $data00 $data01 $data02 $data10 $data11 $data12
if $rows != 2 then
return -1
endi
......@@ -312,4 +313,4 @@ if $data12 != @tm1@ then
return -1
endi
sql drop table m1
\ No newline at end of file
sql drop table m1
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册