1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 01:04:10 +02:00

Merge pull request #3638 from victorwpbastos/patch-8

[cypher/pt-br] Small typo
This commit is contained in:
Divay Prakash
2019-11-24 11:48:11 +05:30
committed by GitHub

View File

@@ -101,7 +101,7 @@ path = shortestPath( (user)-[:KNOWS*..5]-(other) )
Crie consultas
---
Create a new node
Crie um novo nó
```
CREATE (a:Person {name:"Théo Gauchoux"})
RETURN a