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.

evanurafny
Node
since ‎04-20-2020
‎06-01-2022

User Statistics

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

User Activity

hello, I have 900 data with 3 labels: company, jobs and industry. I relation it to a query: MATCH (c:company), (i:industry), (j:jobs) where i.id=c.id AND c.id=j.id CREATE (i)<-[:kategori]-(c)-[:menyediakan]->(j) when I want to display the type of in...
hello I tried to connect to the neo4j database using PHP and I could not do it. what am I doing wrong? Here the error: Fatal error : Uncaught GraphAware\Bolt\Exception\HandshakeException: Handshake Exception. Unable to negotiate a version to use. Pro...
HI, i am new to neo4j. I trying to simple query match(i:industry{jenisIndustry:"Telekomunikasi"})<--(c:company)-->(j:jobs) return DISTINCT i,c,j but, I get a black screen after runing. I have labels(n)count(*)["industry"]400["jobs"]400["company"]4...