OrientDB SQL -traverse记录

时间:2017-09-09 13:39:40

标签: orientdb

示例:

顶点:A,B,C,D

边缘:DOWN

A-------(DOWN)--->B-----(DOWN)---->C-----(DOWN)---->D

我想像这样说:

$depth | parent_name | name
-------+-------------+-----    
0      | A           | A
1      | A           | B
2      | B           | C
3      | C           | D

帮助我!!!

1 个答案:

答案 0 :(得分:0)

我认为你只使用一个优势。 在你的情况下你可以使用traverse sql with depth。 有关更多信息,您可以阅读此文档。 https://orientdb.com/docs/2.1/SQL-Traverse.html