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