Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-09-2021 02:03 AM
Hi there. This is my first time to use NEO4J Desktop. I'm trying to create a graph through an xml file with the following code:
Solved! Go to Solution.
11-11-2021 02:12 PM
If you want to specify multiple conditions, you can use AND
:
WHERE closing._text IS NOT NULL
AND specials._text IS NOT NULL
11-09-2021 03:25 PM
You could add a WHERE
condition after your WITH aliasing
WITH ...
WHERE closing._text IS NOT NULL
11-11-2021 09:55 AM
11-11-2021 02:12 PM
If you want to specify multiple conditions, you can use AND
:
WHERE closing._text IS NOT NULL
AND specials._text IS NOT NULL
All the sessions of the conference are now available online