Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Overview

openCypher has CREATE/SET/DELETE commands to manipulate the data in a database. As a general rule, these should be used to do small modifications to the database. If doing a large bulk insertions, you should use the COPY FROM commands.


Table of contents