Read After Update
Return Modified Records
RETURN
statements following an update clause has access to the variables that are used
in the immediately preceding update clause.
For CREATE
, the data available to the immediately following RETURN
is the newly inserted node/relationship.
For SET
, the data available to RETURN
is the updated value.
For DELETE
, the data available to RETURN
is the deleted node/relationship record.