lizg 2 周之前
父節點
當前提交
1acbfa1150
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 7 0
      odbctest/mql/problem/basic/10index/88_local.mql
  2. 7 0
      odbctest/mql/problem/basic/10index/88_memdb.mql

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

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

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

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