Head's Up! Site migration is underway. Phase 2: migrate recent content
β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