fix: fixed order by tbname for first last query

This commit is contained in:
slzhou 2022-07-30 10:44:54 +08:00
parent d992ab1401
commit 3383a57281
1 changed files with 3 additions and 2 deletions

View File

@ -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