You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
As far as i known, it's legal in openCypher/neo4j. Or, we can say that the it was designed to be NULL. For further concern, we should know if the TCK has the relative test cases.
It's difficult to find the typo error in a complex query, and the result data set may be confused.
# e.harris is NULL, so these is no data set.
(root@nebula) [nba]> match (v:player)- [e] -() where e.harris > 1 return v limit 1
Empty set (time spent 10305/19358 us)
Tue, 15 Jun 2021 14:21:09 CST
I should type
e.weight
but typoe.weigth
the return column of
e.weigth
is NULL.When I create the edge, I set relation.weight NOT NULL.
SO I confuse a sec, and find out that typo.
But, Is it legal to return a not existed alias or property name?
The text was updated successfully, but these errors were encountered: