mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 03:06:16 +02:00
Merge pull request #3638 from victorwpbastos/patch-8
[cypher/pt-br] Small typo
This commit is contained in:
@@ -101,7 +101,7 @@ path = shortestPath( (user)-[:KNOWS*..5]-(other) )
|
|||||||
Crie consultas
|
Crie consultas
|
||||||
---
|
---
|
||||||
|
|
||||||
Create a new node
|
Crie um novo nó
|
||||||
```
|
```
|
||||||
CREATE (a:Person {name:"Théo Gauchoux"})
|
CREATE (a:Person {name:"Théo Gauchoux"})
|
||||||
RETURN a
|
RETURN a
|
||||||
|
Reference in New Issue
Block a user