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
(root@nebula) [nba]> match (v:player {age:-10}) return v
[ERROR (-1009)]: SemanticError: Props must be constant: `-(10)'
(root@nebula) [nba]> match (v:player) where v.age == -1 return v
+--------------------------------------------+
| v |
+--------------------------------------------+
| ("Null1" :player{age: -1, name: __NULL__}) |
+--------------------------------------------+
(root@nebula) [nba]> match (v:player {age:+10}) return v
[ERROR (-1009)]: SemanticError: Props must be constant: `+(10)'
The text was updated successfully, but these errors were encountered:
Got 4 rows (time spent 17979/19717 us)
Thu, 04 Nov 2021 11:17:39 CST
(root@nebula) [nba]> match (v:player {age:+10}) return v
[ERROR (-1009)]: SemanticError: Props must be constant: `+(10)'
The text was updated successfully, but these errors were encountered: