Last active
April 13, 2017 20:42
-
-
Save nicysneiros/80da1ff6987b66ee6bbead95070a9d13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE (john:User {name:'John', gender:'M', age:'28'}) | |
| RETURN john |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment