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.

NOT ABLE TO FILTER QUERY RESULTS

kashu94
Node Clone

sc.png

I have a movies dataset, and as we can clearly see that there's a person with a person_id=7 .... But I'm not able to filter that result when I do this - 

sc1.png

and this is happening with other queries as well .... please help

1 ACCEPTED SOLUTION

Are you sure that 'id' is an integer?  If you imported it and did not use toInteger(), it will be a string. Try using:

where p.person_id='7'

View solution in original post

2 REPLIES 2

Are you sure that 'id' is an integer?  If you imported it and did not use toInteger(), it will be a string. Try using:

where p.person_id='7'

thanks, that worked

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online