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.

Forum Posts

CREATE Node, RETURN

Intro to Neo4j v 4.0, Section on creating nodes. The upper section of the screen print shows what the exercise says should be returned. Below that is what is returned when I execute the query which, you can see, has a lot more info than is displayed ...

2X_0_0f5f5379de9fe0338a0c2966ae6389efb06b5e03.png

Intro to Neo4j 4.0 - Exercises 7.4 and 7.5

A couple questions for general understanding, noting that I am writing queries before moving to the exercise answers... 7.4 - The given solution actually returns nodes and you have to switch to table view to get the list of data. I'm not really clear...

Exercise 8.12, Intro to neo4j v 4.0.3

I've now gone through exercise 8 up to 8.12 twice. The first time I would read an exercise then type out how I thought the answer should be formed, go to the next page (where the solution displays) and check to ensure what I wrote matched before play...

Question about exercise 5.11

I have a question about exercise 5.11: ‘Retrieve the actors who have acted in exactly five movies, returning the name of the actor, and the list of movies for that actor.’ The solution in the course is as follows: MATCH (a:Person)-[:ACTED_IN]->(m:Mov...

e_boter by Node
  • 1212 Views
  • 3 replies
  • 0 kudos

Exercises 4.9 using CONTAINS (v4.0.3)

This works: MATCH (m:Movie) WHERE m.tagline CONTAINS 'love' RETURN m.title This does not work: MATCH (m:Movie) WHERE toLower(m.tagline) CONTAINS 'love' RETURN m.title The error is "Expected a string value for 'toLower', but got: NO_VALUE..." Same err...

Question about exercise 6.3

Exercise 6.3 reads as follows: “The results returned from the previous query returns the collection of movie titles with duplicates. That is because there are multiple actors per released year. Next, modify the query so that there is no duplication o...

Exercise 3.3 CODE HELP

Looking to create code for Exercise 3.3 for the below question: *** Retrieve all people connected with a particular movie.** Inputted the below code but received an error MATCH (p:Person)->(:Movie {title:"A League of their Own"}) Return p What am I d...

Square one

So I would like to ask the simplest question out there. But where better to ask. In the graph academy: Neo4j-administration, managing a neo4j database I am asked to enter "bin/neo4j-admin set-initial-password newPassword" to change password. I have b...