diff --git "a/data/1.Neo4j \345\210\235\351\230\266/3.Neo4j \345\237\272\346\234\254\344\275\277\347\224\250/3.\344\275\277\347\224\250Cypher\346\237\245\350\257\242\346\225\260\346\215\256/cypher.md" "b/data/1.Neo4j \345\210\235\351\230\266/3.Neo4j \345\237\272\346\234\254\344\275\277\347\224\250/3.\344\275\277\347\224\250Cypher\346\237\245\350\257\242\346\225\260\346\215\256/cypher.md" index 495e522de700698ff702f0340b30f2a0c1da7a52..08d0d9ab76c80d9b42ebb037c2a149176eb5cf79 100644 --- "a/data/1.Neo4j \345\210\235\351\230\266/3.Neo4j \345\237\272\346\234\254\344\275\277\347\224\250/3.\344\275\277\347\224\250Cypher\346\237\245\350\257\242\346\225\260\346\215\256/cypher.md" +++ "b/data/1.Neo4j \345\210\235\351\230\266/3.Neo4j \345\237\272\346\234\254\344\275\277\347\224\250/3.\344\275\277\347\224\250Cypher\346\237\245\350\257\242\346\225\260\346\215\256/cypher.md" @@ -24,7 +24,7 @@ Cypher 是独一无二的,因为它提供了一种匹配模式和关系的视 ### A -`MATCH (n) RETURN n` +`g.V()` ### B @@ -32,8 +32,4 @@ Cypher 是独一无二的,因为它提供了一种匹配模式和关系的视 ### C -`RETURN *` - -### D - -`g.V()` \ No newline at end of file +`RETURN *` \ No newline at end of file