Browse Source

add order by 'hello'

lizg 1 week ago
parent
commit
74fa100ebd

+ 1 - 1
odbctest/mql/problem/basic/10index/88.mql

@@ -66,7 +66,7 @@ count(1)
 **/
 ;
 
-select "hello".id from /test/性能AaB "hello" where v_date between 1774972800000 and 1776182400000 limit 10
+select "hello".id from /test/性能AaB "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".vdate limit 10
 /**
 output()
 count(1)

+ 1 - 1
odbctest/mql/problem/basic/10index/88_cache.mql

@@ -65,7 +65,7 @@ count(1)
 **/
 ;
 
-select "hello".id from /test/性能AaB_Cache "hello" where v_date between 1774972800000 and 1776182400000 limit 10
+select "hello".id from /test/性能AaB_Cache "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".v_date limit 10
 /**
 output()
 count(1)

+ 1 - 1
odbctest/mql/problem/basic/10index/88_local.mql

@@ -65,7 +65,7 @@ count(1)
 **/
 ;
 
-select "hello".id from /test/性能AaB_Local "hello" where v_date between 1774972800000 and 1776182400000 limit 10
+select "hello".id from /test/性能AaB_Local "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".v_date limit 10
 /**
 output()
 count(1)

+ 1 - 1
odbctest/mql/problem/basic/10index/88_memdb.mql

@@ -66,7 +66,7 @@ count(1)
 **/
 ;
 
-select "hello".id from /test/性能AaB_MemDB "hello" where v_date between 1774972800000 and 1776182400000 limit 10
+select "hello".id from /test/性能AaB_MemDB "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".v_date limit 10
 /**
 output()
 count(1)