lizg il y a 2 semaines
Parent
commit
6fbea83071

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

@@ -79,7 +79,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 where v_date "order" between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()
 count(1)

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

@@ -80,7 +80,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 v_date between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()
 count(1)