cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jiteshjosh
Node
since ‎12-04-2020
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Which code is optimized and efficient in Neo4j? A) MATCH(tom:Person{name:"Tom Hanks"})-[:ACTED_IN]->(mov:Movie)<-[:ACTED_IN]-(co:Person) RETURN co.name,mov.title B) MATCH (tom:Person {name:"Tom Hanks"})-[:ACTED_IN]->(m)<-[:ACTED_IN]-(coActors) RETURN...
Today I cannot create named constraint or index. I am getting following error. Command - CREATE INDEX PersonBornIndex FOR (p:Person) ON (p.born) Error- Invalid input 'P': expected whitespace, comment, ON, '=', node labels, MapLiteral, a parameter, a ...