Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-13-2022 05:52 AM
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 -
and this is happening with other queries as well .... please help
Solved! Go to Solution.
11-13-2022 07:17 AM
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'
11-13-2022 07:17 AM
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'
11-13-2022 09:35 AM - edited 11-13-2022 09:35 AM
thanks, that worked
All the sessions of the conference are now available online