Joins across graph and database table #2142
Unanswered
lovgrandma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know the current limitations for doing joins across a graph and a database table?
I am fetching comments and I have the user like status (1 user - like - this comment) immediately available in the graph db and Im trying to do a join with the comment to the graph db.
Is it just because the vertex is JSON data or is there some other quirk of working with joins across relational to graph?
Currently getting
Another attempt, query doesnt fail but column is empty
Beta Was this translation helpful? Give feedback.
All reactions