84
Select Data with MATCH
MATCH statement is used to fetch the data which matches a given criteria. MATCH statement is also used to perform some operation and return the all nodes.
Fetch a single Node
Create a node:
Fetch single record:
Output:
Fetch all Nodes
If you want to retrieve all nodes from a database, just avoid the filters.
Use the following code to retrieve all nodes from a database:
Output:
You can see it also in tabular form:
Tabular form:
Next TopicNeo4j Imort data from CSV