Explorar o código

match like globpattern

wecisecode hai 6 días
pai
achega
e9ae31b49b
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      odbctest/mql/basic/33network/12valid.mql

+ 5 - 2
odbctest/mql/basic/33network/12valid.mql

@@ -14,19 +14,22 @@ count(1)
 
 SELECT  _tokens FROM  /test/node where _tokens like '%server3%'
 /**
+output()
 count(1)
 **/
 ;
 
 SELECT  _tokens FROM  /test/node_memdb where _tokens like '%server3%'
 /**
-xcount(1)
+output()
+count(1)
 **/
 ;
 
 SELECT  _tokens FROM  /test/node_local where _tokens like '%server3%'
 /**
-xcount(1)
+output()
+count(1)
 **/
 ;