Hi, How can I select vertexes with the highest number of outgoing edges of a particular type?
something like the following comes to mind but does not work: select count(in_EdgeType) as edge_count from VertexType order by edge_count desc limit by 20 Regards, -Stefán -- --- 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.
