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) [HCMLIS]> lookup on tinhhinhdangky where tinhhinhdangky.xaId ==26797 and tinhhinhdangky.thoiDiemDangKy is not null yield id(vertex ) as id, tinhhinhdangky.NodeId as nodeId, tinhhinhdangky.thoiDiemDangKy as thoiDiemDangKy | ORDER BY $-.thoiDiemDangKy desc | limit 10
[ERROR (-1009)]: SemanticError: Expression tinhhinhdangky.thoiDiemDangKy IS NOT NULL not supported yet
Mon, 31 Oct 2022 11:24:28 +07
The text was updated successfully, but these errors were encountered:
(root@nebula) [basketballplayer]> LOOKUP ON player WHERE player.name IS NOT NULL YIELD id(vertex)
[ERROR (-1009)]: SemanticError: Expression player.name IS NOT NULL not supported yet
Mon, 31 Oct 2022 14:20:39 CST
(root@nebula) [basketballplayer]> match (n:player) where n.player.name IS NOT NULL return id(n)
+-------------+
| id(n) |
+-------------+
| "player127" |
| "player132" |
| "player135" |
| "player146" |
(root@nebula) [basketballplayer]> LOOKUP ON player WHERE player.name IS NOT NULL YIELD id(vertex)
[ERROR (-1009)]: SemanticError: Expression player.name IS NOT NULL not supported yet
Mon, 31 Oct 2022 14:20:39 CST
(root@nebula) [basketballplayer]> match (n:player) where n.player.name IS NOT NULL return id(n)
+-------------+
| id(n) |
+-------------+
| "player127" |
| "player132" |
| "player135" |
| "player146" |
Could you support LOOKUP check IS NOT NULL for next release. plz ?
(root@nebula) [HCMLIS]> lookup on tinhhinhdangky where tinhhinhdangky.xaId ==26797 and tinhhinhdangky.thoiDiemDangKy is not null yield id(vertex ) as id, tinhhinhdangky.NodeId as nodeId, tinhhinhdangky.thoiDiemDangKy as thoiDiemDangKy | ORDER BY $-.thoiDiemDangKy desc | limit 10
[ERROR (-1009)]: SemanticError: Expression tinhhinhdangky.thoiDiemDangKy IS NOT NULL not supported yet
Mon, 31 Oct 2022 11:24:28 +07
The text was updated successfully, but these errors were encountered: