create database memory:tmp admin admininsert into V set name = 'root'insert into V set name = '1' insert into V set name = '2'insert into V set name = '1.1'insert into V set name = '1.2'insert into V set name = '2.1'insert into V set name = '2.2'insert into V set name = '2.3'create edge from #9:0 to #9:1create edge from #9:0 to #9:2create edge from #9:1 to #9:3create edge from #9:1 to #9:4
TRAVERSE out() FROM (SELECT FROM V WHERE name = 'root') WHILE name = '2.3'
TRAVERSE out() FROM (SELECT FROM V WHERE name = 'root') WHILE $current.name = '2.3'
--
---
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 orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TRAVERSE out() FROM #9:0 UNTIL name ='2.3'