I have a query that return the neighbouring edges and nodes of a particular
node:
SELECT from Is_Manager_Of LET $Pers2 = out.PersNum, where $Pers2 = 76786 and
valid_to.asDate() >= date("2017-01-01 00:00:00")
This query gets all the edges that are going out of the node with PersNum =
76786 AND whose "valid_to" property is greater than 2017-01-01.
So, as shown, I want to select only the edges that have the property
"valid_to" greater than a certain date.
This query works fine in the SQL browser: It return 7 nodes and 6 edges
(one edge per node connected to the central node), but, when I click
on "send to graph", one more edge appears between the central node and
another, already shown, node (those 2 nodes have 2 common edges with
different "valid_to" dates). So 7 nodes and 7 edges.
Why is this? Why aren't the results exactly the same?
Thanks!!
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.