1
0

2 Коммиты ef07eba971 ... dce45e7355

Автор SHA1 Сообщение Дата
  lizg dce45e7355 Merge branch 'master' of https://git.wecise.com/libf/odbtools 1 неделя назад
  lizg 74fa100ebd add order by 'hello' 1 неделя назад

+ 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)