This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c553a309d2
memgraph
/
tools
/
tests
/
client
/
input
/
multiple_columns.txt
2 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New client features: non-interactive shell, shell commands, csv format Summary: If the `STDIN_FILENO` is a `TTY`, then an interactive command prompt is shown. Otherwise, client runs in non-interactive mode. Shell commands start with a colon sign, and end at the end of line. Csv and tabular output formats are supported. Reviewers: teon.banek, mferencevic Reviewed By: teon.banek, mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1633
2018-10-15 21:03:16 +08:00
CREATE (n:Node)-[e:Edge]->(m:Vertex) RETURN n,e,m;
Reference in New Issue
Copy Permalink