@@ -1,13 +0,0 @@
-match (:/m3graph/entity/sanstorage)-[:connect]->(:/m3graph/entity/sanswitch)
-/**
-output()
-match("graph.nodes.len",3)
-**/
-;
-
-match (:/m3graph/entity/Sanstorage)-[:connect]->(:/m3graph/entity/Sanswitch)
@@ -0,0 +1,53 @@
+
+SELECT
+ v_varchar as "Aa"
+FROM /test/basic
+/**
+output()
+**/
+;
+ Aa
+FROM
+ (SELECT
+FROM /test/basic)
+ aA
+into temp260411
+select AA as AA from temp260411
@@ -0,0 +1,15 @@
+SELECT _tokens FROM /test/node_memdb where _tokens like '%server3%'
+count(1)
+SELECT _tokens FROM /test/node_local where _tokens like '%server3%'