You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
neo4j@neo4j> create (v:test1{name:"\7"});
0 rows available after 42 ms, consumed after another 0 ms
Added 1 nodes, Set 1 properties, Added 1 labels
neo4j@neo4j> create (v:test1{name:"\8"});
0 rows available after 15 ms, consumed after another 0 ms
Added 1 nodes, Set 1 properties, Added 1 labels
neo4j@neo4j> create (v:test1{name:"\9"});
0 rows available after 7 ms, consumed after another 0 ms
Added 1 nodes, Set 1 properties, Added 1 labels
neo4j@neo4j> create (v:test1{name:"\n"});
0 rows available after 12 ms, consumed after another 0 ms
Added 1 nodes, Set 1 properties, Added 1 labels
neo4j@neo4j> match (v:test1) return v,v.name;
+--------------------------------+
| v | v.name |
+--------------------------------+
| (:test1 {name: "\7"}) | "\7" |
| (:test1 {name: "\8"}) | "\8" |
| (:test1 {name: "\9"}) | "\9" |
| (:test1 {name: "
"}) | "
" |
+--------------------------------+
4 rows available after 22 ms, consumed after another 1 ms
The text was updated successfully, but these errors were encountered:
nebula test:
neo4j test:
The text was updated successfully, but these errors were encountered: