lizg 1 неделя назад
Родитель
Сommit
3e392a282c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      odbctest/mql/basic/97mptest/16valid.mql

+ 2 - 2
odbctest/mql/basic/97mptest/16valid.mql

@@ -1,11 +1,11 @@
 
 
-SELECT  count(*) FROM  /test/outstandingobj where type=1 and day='2023-07-10' or region='武汉机房02'
+SELECT  count(*) FROM  /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
 /**
 /**
 output()
 output()
 match("count", 1800, 1)
 match("count", 1800, 1)
 **/;
 **/;
 
 
-DELETE FROM  /test/outstandingobj where type=1 and day='2023-07-10' or region='武汉机房02'
+DELETE FROM  /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
 /**
 /**
 output()
 output()
 timeout(15s)
 timeout(15s)