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]> WITH [NULL, 4923, 'abc', 521, 487] AS list1 RETURN head([x in list1 where x is not null | x])
+----------------------------------------------------------------+
| head([__VAR_0 IN list1 WHERE $__VAR_0 IS NOT NULL | $__VAR_0]) |
+----------------------------------------------------------------+
| 4923 |
+----------------------------------------------------------------+
Describe the bug (required)
The coalesce() function cannot return the first non-null element in a list.
nGQL:
Your Environments (required)
The text was updated successfully, but these errors were encountered: