MATCH (n) DELETE DETACH n does not work. I get:

Invalid input 'n': expected whitespace, comment, node labels, MapLiteral, a 
parameter, a relationship pattern, '(', '.', '[', "=~", IN, STARTS, ENDS, 
CONTAINS, IS, '^', '*', '/', '%', '+', '-', '=', "<>", "!=", '<', '>', "<=", 
">=", AND, XOR, OR, ',', LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE, SET, 
DELETE, REMOVE, FOREACH, WITH, RETURN, UNION, ';' or end of input (line 1, 
column 25 (offset: 24))
"MATCH (n) DELETE DETACH n"


On Tuesday, January 5, 2016 at 4:17:17 PM UTC-6, Michael Hunger wrote:
>
> Since Neo4j 2.3 this works too
>
> MATCH (n) DELETE DETACH n
>
> Michael
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to