The Neo4j Manual v3.1.0-SNAPSHOT
Chapter 12. Writing Clauses
Contents
Prev
Up
Next
Chapter 12. Writing Clauses
Table of Contents
12.1. Create
Create nodes
Create relationships
Create a full path
Use parameters with CREATE
12.2. Merge
Introduction
Merge nodes
Use ON CREATE and ON MATCH
Merge relationships
Using unique constraints with MERGE
Using map parameters with MERGE
12.3. Set
Set a property
Remove a property
Copying properties between nodes and relationships
Adding properties from maps
Set a property using a parameter
Set all properties using a parameter
Set multiple properties using one SET clause
Set a label on a node
Set multiple labels on a node
12.4. Delete
Delete single node
Delete all nodes and relationships
Delete a node with all its relationships
12.5. Remove
Remove a property
Remove a label from a node
Removing multiple labels
12.6. Foreach
Mark all nodes along a path
12.7. Create Unique
Introduction
Create unique nodes
Create unique relationships
Describe complex pattern
12.8. Importing CSV files with Cypher
12.9. Using Periodic Commit
Write data to the database.