浏览代码

class alias name

wecisecode 1 周之前
父节点
当前提交
7662ca22a4

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

@@ -59,14 +59,14 @@ match("name", "noindex", "isindex", 0)
 **/
 ;
 
-select * from /test/性能AaB where v_date between 1774972800000 and 1776182400000 limit 10
+select * from /test/性能AaB where v_date between 1774972800000 and 1776182400000 limit 10 refresh
 /**
 output()
 count(1)
 **/
 ;
 
-select "hello".id from /test/性能AaB "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".vdate limit 10
+select "hello".id from /test/性能AaB "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

@@ -86,7 +86,7 @@ count(1)
 **/
 ;
 
-{"sql":"select \"order\".id from /test/性能AaB_Local where v_date \"order\" between 1774972800000 and 1776182400000 limit 10"}
+{"sql":"select \"order\".id from /test/性能AaB_Local \"order\" where \"order\".v_date between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()
 count(1)

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

@@ -87,7 +87,7 @@ count(1)
 **/
 ;
 
-{"sql":"select \"order\".id from /test/性能AaB_MemDB \"order\" where v_date between 1774972800000 and 1776182400000 limit 10"}
+{"sql":"select \"order\".id from /test/性能AaB_MemDB \"order\" where \"order\".v_date between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()
 count(1)