trying to run: *MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v) as 
mycount WHERE mycount > 1  ORDER BY id(s) DESC RETURN id(s),v LIMIT 100*

Getting error:

Caught: Invalid input 'D' (line 1, column 84)
"MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v) as mycount WHERE 
mycount > 1  ORDER BY id(s) DESC RETURN id(s),v LIMIT 100"
                                                                            
        ^
Invalid input 'D' (line 1, column 84)
"MATCH (s:VcfRecord)--(v:VcfMeta) WITH s,v,count(v) as mycount WHERE 
mycount > 1  ORDER BY id(s) DESC RETURN id(s),v LIMIT 100"

Thanks!

-- 
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/groups/opt_out.

Reply via email to