Skip to content

Commit

Permalink
Remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 23, 2024
1 parent d61e335 commit 1ccf97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/path-finding/complex_matching.test
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Parser Error: syntax error at or near "{"

query IIII
-FROM GRAPH_TABLE (snb
MATCH p = (a:Person where a.id = 16)-[k:knows]->{1,3}(b:Person where b.id = 16)
MATCH p = (a:Person where a.id = 16)-[k:knows]->{1,3}(b:Person where)
COLUMNS (element_id(p), a.id, b.id, path_length(p))
) tmp;
----
Expand Down

0 comments on commit 1ccf97c

Please sign in to comment.